From d849aae7a61c4c945230c6af051e8c9d5a071380 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Sun, 20 May 2018 21:28:00 +0100 Subject: Component pool now in entities --- examples/simple/main.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'examples') diff --git a/examples/simple/main.cpp b/examples/simple/main.cpp index 0869f9b1..c25c41df 100644 --- a/examples/simple/main.cpp +++ b/examples/simple/main.cpp @@ -1,5 +1,7 @@ #include +#include + int main() { std::cout << "Hello world"; -- cgit