Jelajahi Sumber

Core: Correct compilition in GCC

Fernando Sahmkow 6 tahun lalu
induk
melakukan
829d8c0d6b
1 mengubah file dengan 2 tambahan dan 0 penghapusan
  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 {