Skip to content

Commit 9a4ab00

Browse files
committed
tools/radosacl: add missing include for std::cerr
Signed-off-by: Max Kellermann <[email protected]>
1 parent a349d3e commit 9a4ab00

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/tools/radosacl.cc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616
#include <time.h>
1717
#include <errno.h>
1818

19+
#include <iostream> // for std::cerr
20+
1921
#include "include/types.h"
2022
#include "include/rados/librados.hpp"
2123

0 commit comments

Comments
 (0)