Skip to content

Commit

Permalink
Merge pull request #185 from tevador/pr-crosscomp
Browse files Browse the repository at this point in the history
Fix windows-target cross-compilation
  • Loading branch information
tevador authored Jun 28, 2020
2 parents a1c08a2 + bece0a7 commit 863765b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/benchmark.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 863765b

Please sign in to comment.