소스 검색

Core: Correct compilition in GCC

Fernando Sahmkow 6 년 전
부모
커밋
829d8c0d6b
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  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 {