diff --git a/addons/ofxUnitTests/src/ofxUnitTests.h b/addons/ofxUnitTests/src/ofxUnitTests.h index 292d57eef54..024951d7f9a 100644 --- a/addons/ofxUnitTests/src/ofxUnitTests.h +++ b/addons/ofxUnitTests/src/ofxUnitTests.h @@ -248,6 +248,7 @@ class ofxUnitTestsApp: public ofBaseApp{ } #if defined(TARGET_WIN32) +#include "ofURLFileLoader.h" bool reportAppVeyor(bool passed, uint64_t durationMs){ const std::string APPVEYOR_API_URL = "APPVEYOR_API_URL"; if(ofGetEnv(APPVEYOR_API_URL)!=""){