Missing #include

Test case uses mpl:: types without including the needed header - exposed by ongoing type traits rewrite.
This commit is contained in:
jzmaddock
2015-01-23 19:05:59 +00:00
parent c5370a9705
commit 83feb20e51

View File

@ -18,6 +18,7 @@
#include <boost/detail/lightweight_test.hpp> // for main, BOOST_TEST
#include <boost/integer.hpp> // for boost::int_t, boost::uint_t
#include <boost/type_traits/is_same.hpp>
#include <boost/mpl/bool.hpp> // for mpl::true_ and false_
#include <climits> // for ULONG_MAX, LONG_MAX, LONG_MIN
#include <iostream> // for std::cout (std::endl indirectly)