mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-07 03:26:51 +00:00
Add explicit #include for boost/filesystem/fstream.hpp
This seems to be required on newer boost/gcc
This commit is contained in:
parent
e93030c3a2
commit
46afb935b6
@ -16,6 +16,7 @@
|
||||
#include "wml_equivalence.hpp"
|
||||
#include "serialization/parser.hpp"
|
||||
#include <boost/filesystem.hpp>
|
||||
#include <boost/filesystem/fstream.hpp>
|
||||
#include <boost/test/unit_test.hpp>
|
||||
|
||||
namespace bfs = boost::filesystem;
|
||||
|
Loading…
x
Reference in New Issue
Block a user