Skip to content

Commit

Permalink
MINIFICPP-1448 - Build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
adebreceni committed Jan 15, 2021
1 parent 3502019 commit 640235b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion extensions/windows-event-log/wel/JSONUtils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -163,4 +163,4 @@ std::string jsonToString(rapidjson::Document& doc) {
} // namespace minifi
} // namespace nifi
} // namespace apache
} // namespace org
} // namespace org
3 changes: 2 additions & 1 deletion extensions/windows-event-log/wel/JSONUtils.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@

#include <pugixml.hpp>

#include <stdexcept> // for std::logic_error
#include "rapidjson/document.h"

namespace org {
Expand Down Expand Up @@ -67,4 +68,4 @@ std::string jsonToString(rapidjson::Document& doc);
} // namespace minifi
} // namespace nifi
} // namespace apache
} // namespace org
} // namespace org

0 comments on commit 640235b

Please sign in to comment.