Преглед изворни кода

Merge pull request #185 from tevador/pr-crosscomp

Fix windows-target cross-compilation
tevador пре 6 година
родитељ
комит
863765bbe6
1 измењених фајлова са 1 додато и 1 уклоњено
  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"
 #ifdef _WIN32
 #include <windows.h>
-#include <VersionHelpers.h>
+#include <versionhelpers.h>
 #endif
 #include "affinity.hpp"