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
#define BOOST_FUNCTION_INPUT_ITERATOR
#include <boost/config.hpp>
#include <boost/assert.hpp>
#include <boost/mpl/if.hpp>
#include <boost/function_types/is_function_pointer.hpp>