about summary refs log tree commit diff
path: root/src/game/editor/ed_editor.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/editor/ed_editor.hpp')
-rw-r--r--src/game/editor/ed_editor.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/editor/ed_editor.hpp b/src/game/editor/ed_editor.hpp
index f879e3c0..44eb4664 100644
--- a/src/game/editor/ed_editor.hpp
+++ b/src/game/editor/ed_editor.hpp
@@ -7,7 +7,7 @@
 #include <math.h>
 #include "array.hpp"
 #include "../mapitems.hpp"
-#include "../client/gc_render.hpp"
+#include "../client/render.hpp"
 
 extern "C" {
 	#include <engine/e_client_interface.h>