Browse Source

Core: Correct compilition in GCC

Fernando Sahmkow 6 năm trước cách đây
mục cha
commit
829d8c0d6b
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      src/core/hardware_properties.h

+ 2 - 0
src/core/hardware_properties.h

@@ -4,6 +4,8 @@
 
 #pragma once
 
+#include <tuple>
+
 #include "common/common_types.h"
 
 namespace Core {