1
0
mirror of synced 2024-11-12 02:00:52 +01:00

fix: Missing <codecvt> include

Thanks to pxd
This commit is contained in:
WerWolv 2024-01-10 19:48:26 +01:00
parent 016c93e795
commit 6611c865f7

View File

@ -21,6 +21,7 @@
#if defined(OS_WINDOWS)
#include <windows.h>
#include <codecvt>
#elif defined(OS_WEB)
#include <emscripten.h>
#include <emscripten/html5.h>