diff options
| author | 2020-02-13 22:08:49 -0400 | |
|---|---|---|
| committer | 2020-02-14 05:53:30 -0400 | |
| commit | 829d8c0d6bbe877862505eebf52b86b4ea9cb83d (patch) | |
| tree | 9554f7bb1bb034014f22ab9b5dac1bf4daba711c /src | |
| parent | Core: Address Feedback (diff) | |
| download | yuzu-829d8c0d6bbe877862505eebf52b86b4ea9cb83d.tar.gz yuzu-829d8c0d6bbe877862505eebf52b86b4ea9cb83d.tar.xz yuzu-829d8c0d6bbe877862505eebf52b86b4ea9cb83d.zip | |
Core: Correct compilition in GCC
Diffstat (limited to '')
| -rw-r--r-- | src/core/hardware_properties.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/hardware_properties.h b/src/core/hardware_properties.h index 947140efb..213461b6a 100644 --- a/src/core/hardware_properties.h +++ b/src/core/hardware_properties.h | |||
| @@ -4,6 +4,8 @@ | |||
| 4 | 4 | ||
| 5 | #pragma once | 5 | #pragma once |
| 6 | 6 | ||
| 7 | #include <tuple> | ||
| 8 | |||
| 7 | #include "common/common_types.h" | 9 | #include "common/common_types.h" |
| 8 | 10 | ||
| 9 | namespace Core { | 11 | namespace Core { |