Add inclusion of config.hpp

This commit is contained in:
Edward Diener
2016-12-17 19:32:52 -05:00
parent c86db2ec8a
commit 89d3ec7662
2 changed files with 2 additions and 0 deletions

View File

@ -9,6 +9,7 @@
#ifndef BOOST_FUNCTION_INPUT_ITERATOR #ifndef BOOST_FUNCTION_INPUT_ITERATOR
#define BOOST_FUNCTION_INPUT_ITERATOR #define BOOST_FUNCTION_INPUT_ITERATOR
#include <boost/config.hpp>
#include <boost/assert.hpp> #include <boost/assert.hpp>
#include <boost/mpl/if.hpp> #include <boost/mpl/if.hpp>
#include <boost/function_types/is_function_pointer.hpp> #include <boost/function_types/is_function_pointer.hpp>

View File

@ -11,6 +11,7 @@
#include <iterator> #include <iterator>
#include <vector> #include <vector>
#include <boost/config.hpp>
#include <boost/iterator/function_input_iterator.hpp> #include <boost/iterator/function_input_iterator.hpp>
namespace { namespace {