Skip to content

Commit

Permalink
Merge pull request #54 from Naios/include_fix
Browse files Browse the repository at this point in the history
Always include system_error.hpp when BOOST_DLL_USE_STD_FS is not defined
  • Loading branch information
apolukhin authored Sep 10, 2021
2 parents ac13482 + d73e45d commit 13c2d71
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/boost/dll/config.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ using std::system_category;
#include <boost/filesystem/path.hpp>
#include <boost/filesystem/operations.hpp>
#include <boost/system/error_code.hpp>
#include <boost/system/system_error.hpp>

namespace boost { namespace dll { namespace fs {

Expand Down

0 comments on commit 13c2d71

Please sign in to comment.