diff options
author | vincent-michael <vincent_michael@gmx.de> | 2017-03-07 16:42:53 +0100 |
---|---|---|
committer | vincent-michael <vincent_michael@gmx.de> | 2017-03-07 16:43:11 +0100 |
commit | c0a2c30a27f19d96a1ac44e6b2bcfcacb100b66a (patch) | |
tree | a2967e31387357c64498680a41c4765a79819cf3 /dep | |
parent | 80a4f3c1811b76916d1dcd02e90c33074d70e9fe (diff) |
Dep/G3D: Fixed Visual Studio 2017 build
Diffstat (limited to 'dep')
-rw-r--r-- | dep/g3dlite/G3D-v9.0 hotfix8.diff | 12 | ||||
-rw-r--r-- | dep/g3dlite/source/System.cpp | 1 |
2 files changed, 13 insertions, 0 deletions
diff --git a/dep/g3dlite/G3D-v9.0 hotfix8.diff b/dep/g3dlite/G3D-v9.0 hotfix8.diff new file mode 100644 index 00000000000..7de392d9e5b --- /dev/null +++ b/dep/g3dlite/G3D-v9.0 hotfix8.diff @@ -0,0 +1,12 @@ +diff --git a/dep/g3dlite/source/System.cpp b/dep/g3dlite/source/System.cpp +index b2f8cb886d..b841e23c49 100644 +--- a/dep/g3dlite/source/System.cpp ++++ b/dep/g3dlite/source/System.cpp +@@ -45,6 +45,7 @@ + # include <sys/timeb.h> + # include "G3D/RegistryUtil.h" + #include <Ole2.h> ++#include <intrin.h> + + #elif defined(G3D_LINUX) + diff --git a/dep/g3dlite/source/System.cpp b/dep/g3dlite/source/System.cpp index b2f8cb886da..b841e23c497 100644 --- a/dep/g3dlite/source/System.cpp +++ b/dep/g3dlite/source/System.cpp @@ -45,6 +45,7 @@ # include <sys/timeb.h> # include "G3D/RegistryUtil.h" #include <Ole2.h> +#include <intrin.h> #elif defined(G3D_LINUX) |