diff options
author | bunnei <ericbunnie@gmail.com> | 2014-04-05 15:47:55 -0400 |
---|---|---|
committer | bunnei <ericbunnie@gmail.com> | 2014-04-05 15:47:55 -0400 |
commit | 89fd6eb23742e00630cad7dfe73c241345c04ce0 (patch) | |
tree | 96a3abd350d59c76ede3a3b838a66e89de259fa5 | |
parent | e022717477184df1268901ee097ed0b358f5a38a (diff) |
added missing includes to common_types.h
-rw-r--r-- | src/common/src/common_types.h | 3 |
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 @@ #pragma once +#include <math.h> +#include <xmmintrin.h> // data_types__m128.cpp + #ifdef _WIN32 #include <tchar.h> |