Преглед изворни кода

Added include that was missing on some compilers

BearishSun пре 8 година
родитељ
комит
26eb76603f
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      Source/BansheeUtility/Source/Win32/BsWin32PlatformUtility.cpp

+ 1 - 0
Source/BansheeUtility/Source/Win32/BsWin32PlatformUtility.cpp

@@ -6,6 +6,7 @@
 #include <windows.h>
 #include <iphlpapi.h>
 #include <VersionHelpers.h>
+#include <intrin.h>
 
 namespace bs
 {