mirror of
https://github.com/boostorg/concept_check.git
synced 2025-07-31 21:14:48 +02:00
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
|
#define BOOST_CONCEPT_ARCHETYPES_HPP
|
||||||
|
|
||||||
#include <boost/config.hpp>
|
#include <boost/config.hpp>
|
||||||
|
#include <boost/config/workaround.hpp>
|
||||||
#include <functional>
|
#include <functional>
|
||||||
#include <iterator> // iterator tags
|
#include <iterator> // iterator tags
|
||||||
#include <cstddef> // std::ptrdiff_t
|
#include <cstddef> // std::ptrdiff_t
|
||||||
|
Reference in New Issue
Block a user