From ef6cff0f308d49326bbe0c3b557cb8ab6cca455b Mon Sep 17 00:00:00 2001 From: Yuqian Yang Date: Tue, 4 Nov 2025 22:17:27 +0800 Subject: Move base Exception.h to Base.h. --- include/cru/base/platform/web/WebException.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/cru/base/platform/web') 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 { -- cgit v1.2.3