summaryrefslogtreecommitdiffstats
path: root/engine/flatland.cpp
diff options
context:
space:
mode:
authorancarola <raffaele.ancarola@epfl.ch>2019-01-22 23:52:04 +0100
committerancarola <raffaele.ancarola@epfl.ch>2019-01-22 23:52:04 +0100
commit23a4f6aa162cf42eae31cc6bb4486949f4aaafa7 (patch)
tree51f1abe2b3ab642784d30cd8682100e69d77d78f /engine/flatland.cpp
parentAdd include headers of libraries (diff)
downloadflatland-23a4f6aa162cf42eae31cc6bb4486949f4aaafa7.tar.gz
flatland-23a4f6aa162cf42eae31cc6bb4486949f4aaafa7.zip
Here we go
Diffstat (limited to 'engine/flatland.cpp')
-rw-r--r--engine/flatland.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/flatland.cpp b/engine/flatland.cpp
index 628331b..97829a4 100644
--- a/engine/flatland.cpp
+++ b/engine/flatland.cpp
@@ -9,7 +9,7 @@
using namespace std;
-#include "flattask.h"
+#include "task.hpp"
#include "signal.h"
#include "flatwindow.h"
#include "flatexception.h"