summaryrefslogtreecommitdiff
path: root/src/cat/LuaComponent.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/cat/LuaComponent.cpp')
-rw-r--r--src/cat/LuaComponent.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cat/LuaComponent.cpp b/src/cat/LuaComponent.cpp
index 8c2d3a4..75e7a21 100644
--- a/src/cat/LuaComponent.cpp
+++ b/src/cat/LuaComponent.cpp
@@ -8,7 +8,7 @@ extern "C"
#include <iostream>
#include "LuaComponent.h"
#include "LuaScriptInterface.h"
-#include "interface/Component.h"
+#include "gui/interface/Component.h"
LuaComponent::LuaComponent(lua_State * l)