Browse Source
fix build
Signed-off-by: crueter <crueter@eden-emu.dev>
pull/2815/head
crueter
3 months ago
No known key found for this signature in database
GPG Key ID: 425ACD2D4830EBC6
1 changed files with
1 additions and
0 deletions
-
src/common/fs/symlink.cpp
|
|
|
@ -5,6 +5,7 @@ |
|
|
|
|
|
|
|
#ifdef _WIN32
|
|
|
|
#include <windows.h>
|
|
|
|
#include <fmt/format.h>
|
|
|
|
#endif
|
|
|
|
|
|
|
|
namespace fs = std::filesystem; |
|
|
|
|