Преглед изворни кода

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>