Browse Source

fix windows

Signed-off-by: crueter <crueter@eden-emu.dev>
pull/3083/head
crueter 2 months ago
parent
commit
a935a4ff51
No known key found for this signature in database GPG Key ID: 425ACD2D4830EBC6
  1. 4
      src/frontend_common/config.cpp

4
src/frontend_common/config.cpp

@ -14,6 +14,10 @@
#include "common/settings_enums.h" #include "common/settings_enums.h"
#include "config.h" #include "config.h"
#ifdef _WIN32
#include "common/string_util.h"
#endif
#include <boost/algorithm/string/replace.hpp> #include <boost/algorithm/string/replace.hpp>
#include "common/assert.h" #include "common/assert.h"

Loading…
Cancel
Save