summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGravatar Fernando Sahmkow2020-02-13 22:08:49 -0400
committerGravatar FernandoS272020-02-14 05:53:30 -0400
commit829d8c0d6bbe877862505eebf52b86b4ea9cb83d (patch)
tree9554f7bb1bb034014f22ab9b5dac1bf4daba711c /src
parentCore: Address Feedback (diff)
downloadyuzu-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.h2
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
9namespace Core { 11namespace Core {