aboutsummaryrefslogtreecommitdiff
path: root/include/cru/base/platform/web/WebException.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/cru/base/platform/web/WebException.h')
-rw-r--r--include/cru/base/platform/web/WebException.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/cru/base/platform/web/WebException.h b/include/cru/base/platform/web/WebException.h
index 85454f82..ba90bec7 100644
--- a/include/cru/base/platform/web/WebException.h
+++ b/include/cru/base/platform/web/WebException.h
@@ -2,7 +2,7 @@
#ifdef CRU_PLATFORM_EMSCRIPTEN
-#include "../Exception.h"
+#include "../../Base.h"
namespace cru::platform::web {
class WebException : public PlatformException {