Quellcode durchsuchen

Merge pull request #185 from tevador/pr-crosscomp

Fix windows-target cross-compilation
tevador vor 6 Jahren
Ursprung
Commit
863765bbe6
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      src/tests/benchmark.cpp

+ 1 - 1
src/tests/benchmark.cpp

@@ -43,7 +43,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 #include "../jit_compiler.hpp"
 #include "../jit_compiler.hpp"
 #ifdef _WIN32
 #ifdef _WIN32
 #include <windows.h>
 #include <windows.h>
-#include <VersionHelpers.h>
+#include <versionhelpers.h>
 #endif
 #endif
 #include "affinity.hpp"
 #include "affinity.hpp"