Github user phrocker commented on a diff in the pull request:
https://github.com/apache/nifi-minifi-cpp/pull/148#discussion_r145688790
--- Diff: libminifi/include/core/ProcessSession.h ---
@@ -19,6 +19,7 @@
#define __PROCESS_SESSION_H__
#include <uuid/uuid.h>
+#include <boost/filesystem.hpp>
--- End diff --
Please don't use boost in core components. We should find another way to do
this and extract this functionality to a boost supporting extension. ---
