summaryrefslogtreecommitdiffstats
path: root/engine/collector.cpp
diff options
context:
space:
mode:
authorNao Pross <naopross@thearcway.org>2019-01-25 02:54:54 +0100
committerNao Pross <naopross@thearcway.org>2019-01-25 02:54:54 +0100
commitf58dea71037dca847e373f6efbf75b6056f212ac (patch)
tree3b9b66379a583eb0b162418d037ec00b66e6bebc /engine/collector.cpp
parentUpdate configure.py to default build libflatland.{so, a} (diff)
downloadflatland-f58dea71037dca847e373f6efbf75b6056f212ac.tar.gz
flatland-f58dea71037dca847e373f6efbf75b6056f212ac.zip
It compiles! Probably super broken, but compiles!
Diffstat (limited to 'engine/collector.cpp')
-rw-r--r--engine/collector.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/engine/collector.cpp b/engine/collector.cpp
index 6365de2..3fc2a0e 100644
--- a/engine/collector.cpp
+++ b/engine/collector.cpp
@@ -1,6 +1,7 @@
#include "collector.hpp"
using namespace std;
+using namespace flat;
FlatCollector::FlatCollector(FlatCollector *parent)