Include result.hpp in <boost/system.hpp>

This commit is contained in:
Peter Dimov
2021-09-16 19:25:26 +03:00
parent 10572b7a59
commit a6c988181e

View File

@ -10,4 +10,8 @@
#include <boost/system/error_code.hpp>
#include <boost/system/system_error.hpp>
#if (__cplusplus >= 201103L) || (defined(_MSC_VER) && _MSC_VER >= 1900)
# include <boost/system/result.hpp>
#endif
#endif // #ifndef BOOST_SYSTEM_HPP_INCLUDED