diff options
author | vincent-michael <vincent_michael@gmx.de> | 2017-03-07 16:42:53 +0100 |
---|---|---|
committer | w1sht0l1v3 <w1sht0l1v3@gmail.com> | 2017-03-08 18:26:41 +0200 |
commit | 340ce38e01fed2e523784ee7a80f9fa25782d447 (patch) | |
tree | 1dfa924e553c04d31704fe5976200f75c4b8f31b /dep/g3dlite/source/System.cpp | |
parent | 8089f1816c9b5a53a94711586530c808509c5f33 (diff) |
Dep/G3D: Fixed Visual Studio 2017 build
(cherry picked from commit c0a2c30a27f19d96a1ac44e6b2bcfcacb100b66a)
Diffstat (limited to 'dep/g3dlite/source/System.cpp')
-rw-r--r-- | dep/g3dlite/source/System.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
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) |