summaryrefslogtreecommitdiffstats
path: root/engine/include/serial
diff options
context:
space:
mode:
authorancarola <raffaele.ancarola@epfl.ch>2019-01-23 16:47:53 +0100
committerancarola <raffaele.ancarola@epfl.ch>2019-01-23 16:47:53 +0100
commitf5cd19114ef036dd73bd6166235efa1d3c0f657d (patch)
treed794685175c9c69fc975e4c9f85bd98d6bf10abe /engine/include/serial
parentMerge remote-tracking branch 'nao/raii-task' (diff)
downloadflatland-f5cd19114ef036dd73bd6166235efa1d3c0f657d.tar.gz
flatland-f5cd19114ef036dd73bd6166235efa1d3c0f657d.zip
Task debugging
Diffstat (limited to 'engine/include/serial')
-rw-r--r--engine/include/serial/focusable.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/include/serial/focusable.h b/engine/include/serial/focusable.h
index 4880ff8..008f7a3 100644
--- a/engine/include/serial/focusable.h
+++ b/engine/include/serial/focusable.h
@@ -1,7 +1,7 @@
#ifndef __FOCUSABLE_H__
#define __FOCUSABLE_H__
-#include "object.hpp"
+#include "core/object.hpp"
#include "types.hpp"
class task_s;