Browse Source
fix windows
Signed-off-by: crueter <crueter@eden-emu.dev>
pull/3083/head
crueter
2 months ago
No known key found for this signature in database
GPG Key ID: 425ACD2D4830EBC6
1 changed files with
4 additions and
0 deletions
-
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"
|
|
|
|