mirror of
https://github.com/boostorg/system.git
synced 2025-07-31 04:57:13 +02:00
Add missing include
This commit is contained in:
@ -29,6 +29,7 @@
|
|||||||
#include <boost/assert/source_location.hpp>
|
#include <boost/assert/source_location.hpp>
|
||||||
#include <boost/cstdint.hpp>
|
#include <boost/cstdint.hpp>
|
||||||
#include <boost/config.hpp>
|
#include <boost/config.hpp>
|
||||||
|
#include <boost/config/workaround.hpp>
|
||||||
#include <ostream>
|
#include <ostream>
|
||||||
#include <new>
|
#include <new>
|
||||||
#include <cstdio>
|
#include <cstdio>
|
||||||
@ -114,7 +115,7 @@ public:
|
|||||||
|
|
||||||
// constructors:
|
// constructors:
|
||||||
|
|
||||||
#if ! BOOST_WORKAROUND(BOOST_GCC, < 40800)
|
#if !BOOST_WORKAROUND(BOOST_GCC, < 40800)
|
||||||
BOOST_CONSTEXPR
|
BOOST_CONSTEXPR
|
||||||
#endif
|
#endif
|
||||||
error_code() BOOST_NOEXCEPT:
|
error_code() BOOST_NOEXCEPT:
|
||||||
|
Reference in New Issue
Block a user