Skip to content

Commit 6b2720e

Browse files
author
Lukas Hutak
committed
JSON-Kafka output: fix missing stdexcept
Reported-by: madskills700 and thorgrin
1 parent c8e7705 commit 6b2720e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/plugins/output/json-kafka/src/Config.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
#include <memory>
4444
#include <set>
4545
#include <sstream>
46+
#include <stdexcept>
4647

4748
#include <libfds.h>
4849
#include <inttypes.h>

0 commit comments

Comments
 (0)