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 {