Browse Source

fix build

Signed-off-by: crueter <crueter@eden-emu.dev>
pull/2815/head
crueter 3 months ago
parent
commit
74072c8804
No known key found for this signature in database GPG Key ID: 425ACD2D4830EBC6
  1. 1
      src/common/fs/symlink.cpp

1
src/common/fs/symlink.cpp

@ -5,6 +5,7 @@
#ifdef _WIN32
#include <windows.h>
#include <fmt/format.h>
#endif
namespace fs = std::filesystem;

Loading…
Cancel
Save