aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--src/common/src/common_types.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/common/src/common_types.h b/src/common/src/common_types.h
index 68f23738..af1cd0e2 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>