diff options
Diffstat (limited to 'project2/files/pch.hpp')
-rw-r--r-- | project2/files/pch.hpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/project2/files/pch.hpp b/project2/files/pch.hpp index 91c45d8..daaaf3b 100644 --- a/project2/files/pch.hpp +++ b/project2/files/pch.hpp @@ -3,8 +3,7 @@ #define FILES_PCH #include <boost/bind.hpp> -#include <boost/filesystem/operations.hpp> -#include <boost/filesystem/path.hpp> +#include <filesystem> #include <boost/intrusive_ptr.hpp> #include <boost/variant/variant_fwd.hpp> |