forked from boostorg/algorithm
Update header files to always include boost/config.hpp. Fixes issue #61
This commit is contained in:
@ -23,6 +23,7 @@
|
||||
#include <iterator> // For std::iterator_traits
|
||||
#include <cassert>
|
||||
|
||||
#include <boost/config.hpp>
|
||||
#include <boost/range/begin.hpp>
|
||||
#include <boost/range/end.hpp>
|
||||
#include <boost/mpl/identity.hpp> // for identity
|
||||
|
Reference in New Issue
Block a user