Update header files to always include boost/config.hpp. Fixes issue #61

This commit is contained in:
Marshall Clow
2019-12-03 08:33:05 -08:00
parent 9093abbda9
commit 9ef3df0d0b
37 changed files with 47 additions and 8 deletions

View File

@ -12,11 +12,13 @@
#ifndef BOOST_ALGORITHM_ONE_OF_HPP
#define BOOST_ALGORITHM_ONE_OF_HPP
#include <boost/algorithm/cxx11/none_of.hpp>
#include <boost/config.hpp>
#include <boost/range/begin.hpp>
#include <boost/range/end.hpp>
#include <boost/algorithm/cxx11/none_of.hpp>
namespace boost { namespace algorithm {
/// \fn one_of ( InputIterator first, InputIterator last, Predicate p )