diff options
author | bunnei <ericbunnie@gmail.com> | 2014-04-05 21:47:55 +0200 |
---|---|---|
committer | bunnei <ericbunnie@gmail.com> | 2014-04-05 21:47:55 +0200 |
commit | 89fd6eb23742e00630cad7dfe73c241345c04ce0 (patch) | |
tree | 96a3abd350d59c76ede3a3b838a66e89de259fa5 /src | |
parent | added g_app_core->Step and HW::Update to Core::SingleStep to be consistent with other changes made (diff) | |
download | yuzu-89fd6eb23742e00630cad7dfe73c241345c04ce0.tar yuzu-89fd6eb23742e00630cad7dfe73c241345c04ce0.tar.gz yuzu-89fd6eb23742e00630cad7dfe73c241345c04ce0.tar.bz2 yuzu-89fd6eb23742e00630cad7dfe73c241345c04ce0.tar.lz yuzu-89fd6eb23742e00630cad7dfe73c241345c04ce0.tar.xz yuzu-89fd6eb23742e00630cad7dfe73c241345c04ce0.tar.zst yuzu-89fd6eb23742e00630cad7dfe73c241345c04ce0.zip |
Diffstat (limited to 'src')
-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> |