Skip to content

Commit 24c2b19

Browse files
committed
common/Graylog: add missing include
Signed-off-by: Max Kellermann <[email protected]>
1 parent a42c023 commit 24c2b19

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/common/Graylog.cc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
// vim: ts=8 sw=2 smarttab
33

44
#include "Graylog.h"
5+
6+
#include <iostream> // for std::cerr
7+
58
#include "common/Formatter.h"
69
#include "common/LogEntry.h"
710
#include "log/Entry.h"

0 commit comments

Comments
 (0)