1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-07 12:54:00 +00:00

Fix dodgy include by changing backslashes to forwardslashes

This commit is contained in:
AnyOldName3 2016-07-12 00:14:19 +01:00
parent 5121e77a95
commit 7475d90693

View File

@ -3,7 +3,7 @@
#include <boost/program_options.hpp>
#include <components\files\configurationmanager.hpp>
#include <components/files/configurationmanager.hpp>
// Parses and validates a fallback map from boost program_options.
// Note: for boost to pick up the validate function, you need to pull in the namespace e.g.