summaryrefslogtreecommitdiffstats
path: root/engine/include/layer.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'engine/include/layer.hpp')
-rw-r--r--engine/include/layer.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/include/layer.hpp b/engine/include/layer.hpp
index f4f6734..c3294e4 100644
--- a/engine/include/layer.hpp
+++ b/engine/include/layer.hpp
@@ -1,7 +1,7 @@
#ifndef __FLATLAYER_H__
#define __FLATLAYER_H__
-#include "flatcollector.h"
+#include "collector.hpp"
class FlatLayer : public FlatCollector
{