소스 검색

added missing includes to common_types.h

bunnei 12 년 전
부모
커밋
89fd6eb237
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      src/common/src/common_types.h

+ 3 - 0
src/common/src/common_types.h

@@ -24,6 +24,9 @@
 
 #pragma once 
 
+#include <math.h>
+#include <xmmintrin.h> // data_types__m128.cpp
+
 #ifdef _WIN32
 
 #include <tchar.h>