aboutsummaryrefslogtreecommitdiff
path: root/base/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'base/main.cpp')
-rw-r--r--base/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/main.cpp b/base/main.cpp
index b0ef49c3a1..6b626ef389 100644
--- a/base/main.cpp
+++ b/base/main.cpp
@@ -46,7 +46,7 @@
#include "sound/mididrv.h"
#if defined(_WIN32_WCE)
-#include "backends/wince/CELauncherDialog.h"
+#include "backends/platform/wince/CELauncherDialog.h"
#elif defined(__DC__)
#include "backends/platform/dc/DCLauncherDialog.h"
#else