Explorar o código

added missing includes to common_types.h

bunnei %!s(int64=12) %!d(string=hai) anos
pai
achega
89fd6eb237
Modificáronse 1 ficheiros con 3 adicións e 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>