summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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 68f237385..af1cd0e21 100644
--- a/src/common/src/common_types.h
+++ b/src/common/src/common_types.h
@@ -24,6 +24,9 @@
24 24
25#pragma once 25#pragma once
26 26
27#include <math.h>
28#include <xmmintrin.h> // data_types__m128.cpp
29
27#ifdef _WIN32 30#ifdef _WIN32
28 31
29#include <tchar.h> 32#include <tchar.h>