summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 {