Merge pull request #20 from MarcelRaad/patch-1

Remove unused bad include; remind me in a week (after the tests have cycled), and I'll merge to master. Thanks!
This commit is contained in:
Marshall Clow
2016-07-14 11:46:33 -07:00
committed by GitHub

View File

@ -25,7 +25,9 @@
#include <boost/range/begin.hpp> #include <boost/range/begin.hpp>
#include <boost/range/end.hpp> #include <boost/range/end.hpp>
#include <boost/exception/all.hpp> #include <boost/exception/exception.hpp>
#include <boost/exception/info.hpp>
#include <boost/throw_exception.hpp>
#include <boost/utility/enable_if.hpp> #include <boost/utility/enable_if.hpp>
#include <boost/type_traits/is_integral.hpp> #include <boost/type_traits/is_integral.hpp>