1
0
mirror of synced 2025-01-31 12:03:46 +01:00

common: Added missing include

This commit is contained in:
WerWolv 2021-12-03 00:00:25 +01:00
parent 856055a04d
commit a000b1a2fe

View File

@ -1,6 +1,8 @@
#include <hex/helpers/paths.hpp> #include <hex/helpers/paths.hpp>
#include <hex/helpers/paths_mac.h> #include <hex/helpers/paths_mac.h>
#include <xdg.hpp>
#if defined(OS_WINDOWS) #if defined(OS_WINDOWS)
#include <windows.h> #include <windows.h>
#include <shlobj.h> #include <shlobj.h>