phrocker commented on a change in pull request #595: Add windows tests URL: https://github.com/apache/nifi-minifi-cpp/pull/595#discussion_r295777190
########## File path: extensions/expression-language/impl/expression/Expression.h ########## @@ -32,9 +32,9 @@ #undef EXPRESSION_LANGUAGE_USE_DATE #endif -#include <Value.h> -#include <core/FlowFile.h> -#include <core/VariableRegistry.h> +#include "../../common/Value.h" Review comment: I think this relative path was added by way of the IDE's auto rename. should fix. ---------------------------------------------------------------- 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] With regards, Apache Git Services
