Update ini_settings_interface.cpp (#734)
* Update ini_settings_interface.cpp Fix compiler error on Windows.
This commit is contained in:
parent
5df116b608
commit
2a43b8b182
|
@ -2,6 +2,8 @@
|
|||
#include "common/file_system.h"
|
||||
#include "common/log.h"
|
||||
#include <algorithm>
|
||||
#include <iterator>
|
||||
|
||||
Log_SetChannel(INISettingsInterface);
|
||||
|
||||
INISettingsInterface::INISettingsInterface(std::string filename) : m_filename(std::move(filename)), m_ini(true, true)
|
||||
|
|
Loading…
Reference in New Issue