diff --git a/include/boost/type_traits/arithmetic_traits.hpp b/include/boost/type_traits/arithmetic_traits.hpp index d680d8a..656e213 100644 --- a/include/boost/type_traits/arithmetic_traits.hpp +++ b/include/boost/type_traits/arithmetic_traits.hpp @@ -10,6 +10,8 @@ // is_void, is_integral, is_float, is_arithmetic, is_fundamental. // +/ Revision History: +// Feb 19 2001 Added #include (David Abrahams) #ifndef BOOST_ARITHMETIC_TYPE_TRAITS_HPP #define BOOST_ARITHMETIC_TYPE_TRAITS_HPP @@ -21,6 +23,8 @@ #include #endif +#include // for ULLONG_MAX/ULONG_LONG_MAX + namespace boost{ //* is a type T void - is_void