فهرست منبع

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>