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
{