From d73e45d30bec21d6b99479b3dbadd3f973ece50a Mon Sep 17 00:00:00 2001 From: Denis Blank Date: Sat, 14 Aug 2021 01:10:08 +0200 Subject: [PATCH] Always include system_error.hpp when BOOST_DLL_USE_STD_FS is not defined --- include/boost/dll/config.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/include/boost/dll/config.hpp b/include/boost/dll/config.hpp index ce4e4225..9eecd6a2 100644 --- a/include/boost/dll/config.hpp +++ b/include/boost/dll/config.hpp @@ -59,6 +59,7 @@ using std::system_category; #include #include #include +#include namespace boost { namespace dll { namespace fs {