diff options
| author | 2014-04-27 22:25:30 -0700 | |
|---|---|---|
| committer | 2014-04-27 22:25:30 -0700 | |
| commit | 5749d1eabe9aa016affdc528c06b2a5f6a7f23a4 (patch) | |
| tree | 130e4b74ce0cc14ca47a1b65f91109090bd7f137 /src | |
| parent | Problematic class with no current implementation (diff) | |
| download | yuzu-5749d1eabe9aa016affdc528c06b2a5f6a7f23a4.tar.gz yuzu-5749d1eabe9aa016affdc528c06b2a5f6a7f23a4.tar.xz yuzu-5749d1eabe9aa016affdc528c06b2a5f6a7f23a4.zip | |
Fix complaints about functions that could not be found
Diffstat (limited to 'src')
| -rw-r--r-- | src/common/common_types.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/common_types.h b/src/common/common_types.h index 50cf18738..25dc912a9 100644 --- a/src/common/common_types.h +++ b/src/common/common_types.h | |||
| @@ -62,7 +62,7 @@ typedef signed long long s64; ///< 64-bit signed int | |||
| 62 | typedef float f32; ///< 32-bit floating point | 62 | typedef float f32; ///< 32-bit floating point |
| 63 | typedef double f64; ///< 64-bit floating point | 63 | typedef double f64; ///< 64-bit floating point |
| 64 | 64 | ||
| 65 | #include "common/swap.h" | 65 | #include "common/common.h" |
| 66 | 66 | ||
| 67 | /// Union for fast 16-bit type casting | 67 | /// Union for fast 16-bit type casting |
| 68 | union t16 { | 68 | union t16 { |