Skip to content

Commit 98bf9fd

Browse files
committed
common/buffer: add missing include for std::cerr
Signed-off-by: Max Kellermann <[email protected]>
1 parent 24c2b19 commit 98bf9fd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/common/buffer.cc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@
1919

2020
#include <sys/uio.h>
2121

22+
#include <iostream>
23+
2224
#include "include/ceph_assert.h"
2325
#include "include/types.h"
2426
#include "include/buffer_raw.h"

0 commit comments

Comments
 (0)