aboutsummaryrefslogtreecommitdiff
path: root/src/core/hardware_properties.h
diff options
context:
space:
mode:
authorFernando Sahmkow <fsahmkow27@gmail.com>2020-02-13 22:08:49 -0400
committerFernandoS27 <fsahmkow27@gmail.com>2020-02-14 05:53:30 -0400
commit829d8c0d6bbe877862505eebf52b86b4ea9cb83d (patch)
tree9554f7bb1bb034014f22ab9b5dac1bf4daba711c /src/core/hardware_properties.h
parent2bc949628dfa2efe9a18660b9d662e2a25cef9f9 (diff)
Core: Correct compilition in GCC
Diffstat (limited to 'src/core/hardware_properties.h')
-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 947140efb7..213461b6a0 100644
--- a/src/core/hardware_properties.h
+++ b/src/core/hardware_properties.h
@@ -4,6 +4,8 @@
#pragma once
+#include <tuple>
+
#include "common/common_types.h"
namespace Core {