summaryrefslogtreecommitdiffstats
path: root/src/engine/events/DestroyEvent.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/events/DestroyEvent.hpp')
-rw-r--r--src/engine/events/DestroyEvent.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine/events/DestroyEvent.hpp b/src/engine/events/DestroyEvent.hpp
index b24934f8..1876050d 100644
--- a/src/engine/events/DestroyEvent.hpp
+++ b/src/engine/events/DestroyEvent.hpp
@@ -19,7 +19,7 @@
#define DESTROYEVENT_H
#include <string>
-#include <raul/Path.hpp>
+#include "raul/Path.hpp"
#include "QueuedEvent.hpp"
#include "EngineStore.hpp"
#include "PatchImpl.hpp"