Skip to content

Commit 640235b

Browse files
committed
MINIFICPP-1448 - Build fix
1 parent 3502019 commit 640235b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

extensions/windows-event-log/wel/JSONUtils.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,4 +163,4 @@ std::string jsonToString(rapidjson::Document& doc) {
163163
} // namespace minifi
164164
} // namespace nifi
165165
} // namespace apache
166-
} // namespace org
166+
} // namespace org

extensions/windows-event-log/wel/JSONUtils.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222

2323
#include <pugixml.hpp>
2424

25+
#include <stdexcept> // for std::logic_error
2526
#include "rapidjson/document.h"
2627

2728
namespace org {
@@ -67,4 +68,4 @@ std::string jsonToString(rapidjson::Document& doc);
6768
} // namespace minifi
6869
} // namespace nifi
6970
} // namespace apache
70-
} // namespace org
71+
} // namespace org

0 commit comments

Comments
 (0)