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:
parent
5121e77a95
commit
7475d90693
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user