forked from boostorg/concept_check
Fixed <boost/concept_archetype.hpp>
Added missing #include <boost/config/workaround.hpp> which defines BOOST_WORKAROUND.
This commit is contained in:
committed by
James E. King III
parent
8847e4b104
commit
bd8faa928d
@ -15,6 +15,7 @@
|
||||
#define BOOST_CONCEPT_ARCHETYPES_HPP
|
||||
|
||||
#include <boost/config.hpp>
|
||||
#include <boost/config/workaround.hpp>
|
||||
#include <functional>
|
||||
#include <iterator> // iterator tags
|
||||
#include <cstddef> // std::ptrdiff_t
|
||||
|
Reference in New Issue
Block a user