소스 검색

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
 {