diff --git a/src/common/src/common_types.h b/src/common/src/common_types.h
index 68f2373854..af1cd0e21b 100644
--- a/src/common/src/common_types.h
+++ b/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>