We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3502019 commit 640235bCopy full SHA for 640235b
extensions/windows-event-log/wel/JSONUtils.cpp
@@ -163,4 +163,4 @@ std::string jsonToString(rapidjson::Document& doc) {
163
} // namespace minifi
164
} // namespace nifi
165
} // namespace apache
166
-} // namespace org
+} // namespace org
extensions/windows-event-log/wel/JSONUtils.h
@@ -22,6 +22,7 @@
22
23
#include <pugixml.hpp>
24
25
+#include <stdexcept> // for std::logic_error
26
#include "rapidjson/document.h"
27
28
namespace org {
@@ -67,4 +68,4 @@ std::string jsonToString(rapidjson::Document& doc);
67
68
69
70
71
0 commit comments