hunyadi-dev commented on a change in pull request #776:
URL: https://github.com/apache/nifi-minifi-cpp/pull/776#discussion_r428131256
##########
File path: libminifi/include/c2/C2Agent.h
##########
@@ -41,8 +41,15 @@ namespace org {
namespace apache {
namespace nifi {
namespace minifi {
+
+namespace utils {
+template <typename T>
+class ConditionConcurrentQueue;
+}
Review comment:
You are completely right, at first I thought we would only need the
declaration and left this here. Will replace it with a proper include.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]