forked from mirror/openmw-tes3mp
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
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
#include <set>
|
||||
#include <iostream>
|
||||
|
||||
#include <boost/filesystem/v3/operations.hpp>
|
||||
#include <boost/filesystem/operations.hpp>
|
||||
|
||||
namespace MWWorld
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue