mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-04-17 11:43:25 +00:00
Don't include boost/filesystem/v3/operations.hpp, use boost/filesystem/operations.hpp instead.
It is boost headers' job to deal with their internals.
This commit is contained in:
parent
a3e421167b
commit
eb09662f1d
@ -3,7 +3,7 @@
|
||||
#include <set>
|
||||
#include <iostream>
|
||||
|
||||
#include <boost/filesystem/v3/operations.hpp>
|
||||
#include <boost/filesystem/operations.hpp>
|
||||
|
||||
namespace MWWorld
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user