summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorNao Pross <naopross@thearcway.org>2019-01-26 18:36:26 +0100
committerNao Pross <naopross@thearcway.org>2019-01-26 18:36:26 +0100
commit81284cb0ee2ff7b3051d30f6c2d2f4536f6b3e66 (patch)
treee96db4da2dc01d4ef99579566e2fa3d47d1778cd /test
parentTemplate error on compile signal test (diff)
downloadflatland-81284cb0ee2ff7b3051d30f6c2d2f4536f6b3e66.tar.gz
flatland-81284cb0ee2ff7b3051d30f6c2d2f4536f6b3e66.zip
Fix signal template errorsignal-fix
Diffstat (limited to 'test')
-rw-r--r--test/signal_test.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/signal_test.cpp b/test/signal_test.cpp
index 39d7e0f..cd487b0 100644
--- a/test/signal_test.cpp
+++ b/test/signal_test.cpp
@@ -1,7 +1,9 @@
#include "core/signal.hpp"
#include "core/task.hpp"
#include "object.hpp"
+#include "window.hpp"
#include "flatland.hpp"
+
#include <iostream>
using namespace std;