This website works better with JavaScript
Home
Explore
Help
Sign In
cpp
/
crown-engine
mirror of
https://github.com/crownengine/crown.git
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
device: add missing #include
Daniele Bartolini
5 years ago
parent
d8f21c61a4
commit
67fffe172c
1 changed files
with
2 additions
and
0 deletions
Split View
Show Diff Stats
2
0
src/device/types.h
+ 2
- 0
src/device/types.h
View File
@@ -5,6 +5,8 @@
#pragma once
+#include "core/types.h"
+
namespace crown
{
struct ConsoleServer;