From 83feb20e5151fc4517d28701a7583b52eeb91629 Mon Sep 17 00:00:00 2001 From: jzmaddock Date: Fri, 23 Jan 2015 19:05:59 +0000 Subject: [PATCH] Missing #include Test case uses mpl:: types without including the needed header - exposed by ongoing type traits rewrite. --- test/integer_test.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/test/integer_test.cpp b/test/integer_test.cpp index fd9e6df..a79db2d 100644 --- a/test/integer_test.cpp +++ b/test/integer_test.cpp @@ -18,6 +18,7 @@ #include // for main, BOOST_TEST #include // for boost::int_t, boost::uint_t #include +#include // for mpl::true_ and false_ #include // for ULONG_MAX, LONG_MAX, LONG_MIN #include // for std::cout (std::endl indirectly)