From 32f9959d93322b5e26ef9843672a77928bf9c6bf Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Wed, 20 Jun 2018 23:19:38 +0100 Subject: Adding imports to test entity system --- tests/component_test.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/component_test.cpp b/tests/component_test.cpp index db42c287..e5a381cf 100644 --- a/tests/component_test.cpp +++ b/tests/component_test.cpp @@ -1,4 +1,6 @@ #include +#include +#include struct Position { double x; -- cgit