summaryrefslogtreecommitdiff
path: root/scene/gui/shortcut.h
diff options
context:
space:
mode:
Diffstat (limited to 'scene/gui/shortcut.h')
-rw-r--r--scene/gui/shortcut.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/scene/gui/shortcut.h b/scene/gui/shortcut.h
index 0d7809e5cf..176958b397 100644
--- a/scene/gui/shortcut.h
+++ b/scene/gui/shortcut.h
@@ -32,7 +32,7 @@
#define SHORTCUT_H
#include "core/input/input_event.h"
-#include "core/resource.h"
+#include "core/io/resource.h"
class Shortcut : public Resource {
GDCLASS(Shortcut, Resource);