diff --git a/test/pathTools.cpp b/test/pathTools.cpp index 1f8e1e2b6..64cffbe40 100644 --- a/test/pathTools.cpp +++ b/test/pathTools.cpp @@ -20,8 +20,10 @@ #include "gtest/gtest.h" #include #include -#include -#include +#ifndef _WIN32 +# include +# include +#endif #include "../include/tools.h" #include "../src/tools/pathTools.h"