Explorar el Código

added missing includes to common_types.h

bunnei hace 12 años
padre
commit
89fd6eb237
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  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>