diff options
Diffstat (limited to 'src')
-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 @@ #pragma once +#include <tuple> + #include "common/common_types.h" namespace Core { |