Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix filesystem_error usage with Boost 1.85
boost::filesystem::filesystem_error is no longer defined in operations.hpp, but in exception.hpp, as of Boost 1.85, so include both headers to be sure we get it.
- Loading branch information