Github user arpadboda commented on a diff in the pull request:
https://github.com/apache/nifi-minifi-cpp/pull/429#discussion_r229264358
--- Diff: libminifi/include/capi/Plan.h ---
@@ -16,6 +16,8 @@
* limitations under the License.
*/
+#pragma once
--- End diff --
As it's Plan.h, this will surely be compiled with C++ compilers, which
properly support according to my experience. I don't plan to add it to C API. ---
