UI: fix include

This commit is contained in:
oltolm 2025-11-22 13:51:40 +01:00
parent 1382ee0381
commit bb70982685

View file

@ -63,7 +63,7 @@ void unused_translation_dummy()
} }
#if BOOST_OS_WINDOWS #if BOOST_OS_WINDOWS
#include <shlobj_core.h> #include <shlobj.h>
fs::path GetAppDataRoamingPath() fs::path GetAppDataRoamingPath()
{ {
PWSTR path = nullptr; PWSTR path = nullptr;