diff options
| author | 2014-04-05 15:47:55 -0400 | |
|---|---|---|
| committer | 2014-04-05 15:47:55 -0400 | |
| commit | 89fd6eb23742e00630cad7dfe73c241345c04ce0 (patch) | |
| tree | 96a3abd350d59c76ede3a3b838a66e89de259fa5 /src/common | |
| parent | added g_app_core->Step and HW::Update to Core::SingleStep to be consistent wi... (diff) | |
| download | yuzu-89fd6eb23742e00630cad7dfe73c241345c04ce0.tar.gz yuzu-89fd6eb23742e00630cad7dfe73c241345c04ce0.tar.xz yuzu-89fd6eb23742e00630cad7dfe73c241345c04ce0.zip | |
added missing includes to common_types.h
Diffstat (limited to 'src/common')
| -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 @@ | |||
| 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> |