mirror of
https://git.wownero.com/wownero/RandomWOW.git
synced 2024-08-15 00:23:14 +00:00
Merge pull request #185 from tevador/pr-crosscomp
Fix windows-target cross-compilation
This commit is contained in:
commit
863765bbe6
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in a new issue