This website works better with JavaScript
Home
Explore
Help
Register
Sign In
irvin
/
suyu
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
Core: Correct compilition in GCC
Fernando Sahmkow
6 years ago
parent
2bc949628d
commit
829d8c0d6b
1 changed files
with
2 additions
and
0 deletions
Split View
Show Diff Stats
2
0
src/core/hardware_properties.h
+ 2
- 0
src/core/hardware_properties.h
View File
@@ -4,6 +4,8 @@
#pragma once
+#include <tuple>
+
#include "common/common_types.h"
namespace Core {