From 2a65633517dd1c6541a6f619a9c32db975086e48 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joaqu=C3=ADn=20M=2E=20L=C3=B3pez=20Mu=C3=B1oz?= Date: Fri, 17 Jun 2005 12:34:38 +0000 Subject: [PATCH] fixed trivial bug [SVN r29654] --- include/boost/lexical_cast.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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;