Explorar el Código

Core: Correct compilition in GCC

Fernando Sahmkow hace 6 años
padre
commit
829d8c0d6b
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  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 {