ソースを参照

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>