diff --git a/include/boost/lexical_cast.hpp b/include/boost/lexical_cast.hpp index ad2aea2..f805f68 100644 --- a/include/boost/lexical_cast.hpp +++ b/include/boost/lexical_cast.hpp @@ -14,6 +14,7 @@ // and other Boosters // when: November 2000, March 2003, June 2005 +#include #include #include #include @@ -193,7 +194,7 @@ namespace boost typedef T type; }; - template + template struct array_to_pointer_decay { typedef const T * type;