mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-15 23:20:36 +01:00
Dep/G3D: Fixed Visual Studio 2017 build
This commit is contained in:
12
dep/g3dlite/G3D-v9.0 hotfix8.diff
Normal file
12
dep/g3dlite/G3D-v9.0 hotfix8.diff
Normal file
@@ -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)
|
||||
|
||||
@@ -45,6 +45,7 @@
|
||||
# include <sys/timeb.h>
|
||||
# include "G3D/RegistryUtil.h"
|
||||
#include <Ole2.h>
|
||||
#include <intrin.h>
|
||||
|
||||
#elif defined(G3D_LINUX)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user