diff --git a/src/Importer.cpp b/src/Importer.cpp index a721f85..3402f4a 100644 --- a/src/Importer.cpp +++ b/src/Importer.cpp @@ -1,5 +1,9 @@ #include "Importer.h" +#ifdef _WIN32 + #include + #define mkdir( A, B ) mkdir(A) +#endif Importer::Importer(Parser* parserIn, std::vector includePaths, std::string outputNameIn, bool only_parseIn) { only_parse = only_parseIn; //constructor