common: Added missing include

This commit is contained in:
WerWolv 2021-12-03 00:00:25 +01:00
parent 856055a04d
commit a000b1a2fe
1 changed files with 2 additions and 0 deletions

View File

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