Skip to content

Commit f7ee8b1

Browse files
committed
common/Journald: add missing include
Signed-off-by: Max Kellermann <[email protected]>
1 parent 85f9521 commit f7ee8b1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/common/Journald.cc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@
1414
#include <sys/un.h>
1515
#include <syslog.h>
1616
#include <unistd.h>
17+
18+
#include <iostream> // for std::cerr
19+
1720
#include <fmt/format.h>
1821
#include <fmt/ostream.h>
1922

@@ -23,7 +26,6 @@
2326
#include "log/SubsystemMap.h"
2427
#include "msg/msg_fmt.h"
2528

26-
2729
namespace ceph::logging {
2830

2931
namespace {

0 commit comments

Comments
 (0)