1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-04-01 16:36:42 +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:
Douglas Mencken 2013-02-14 04:22:00 -05:00 committed by Marc Zinnschlag
parent a3e421167b
commit eb09662f1d

View file

@ -3,7 +3,7 @@
#include <set>
#include <iostream>
#include <boost/filesystem/v3/operations.hpp>
#include <boost/filesystem/operations.hpp>
namespace MWWorld
{