Преглед на файлове

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
 {