Base: Remove Boost-based filesystem and switch to standard <filesystem>
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
|
||||
#include <memory>
|
||||
|
||||
#include <boost/filesystem.hpp>
|
||||
#include <filesystem>
|
||||
|
||||
#include <Mod/Material/MaterialGlobal.h>
|
||||
|
||||
@@ -34,7 +34,7 @@
|
||||
#include "MaterialLibrary.h"
|
||||
#include "MaterialFilter.h"
|
||||
|
||||
namespace fs = boost::filesystem;
|
||||
namespace fs = std::filesystem;
|
||||
|
||||
class QMutex;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user