summaryrefslogtreecommitdiffstats
path: root/platform/web/export/export.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'platform/web/export/export.cpp')
-rw-r--r--platform/web/export/export.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/platform/web/export/export.cpp b/platform/web/export/export.cpp
index 80c29024a8..168310c078 100644
--- a/platform/web/export/export.cpp
+++ b/platform/web/export/export.cpp
@@ -30,9 +30,10 @@
#include "export.h"
+#include "export_plugin.h"
+
#include "editor/editor_settings.h"
#include "editor/export/editor_export.h"
-#include "export_plugin.h"
void register_web_exporter_types() {
GDREGISTER_VIRTUAL_CLASS(EditorExportPlatformWeb);