Update ini_settings_interface.cpp (#734)

* Update ini_settings_interface.cpp

Fix compiler error on Windows.
pull/737/head
jpchow26 5 years ago committed by GitHub
parent 5df116b608
commit 2a43b8b182
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save