From 4c630512fe44cf7e213ee49d8736c642f7df4f09 Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Sat, 23 Nov 2002 22:18:23 +0000 Subject: [PATCH] Add missing add_const #include [SVN r16385] --- include/boost/python/detail/translate_exception.hpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/include/boost/python/detail/translate_exception.hpp b/include/boost/python/detail/translate_exception.hpp index aa617a2a..62f931a5 100644 --- a/include/boost/python/detail/translate_exception.hpp +++ b/include/boost/python/detail/translate_exception.hpp @@ -7,8 +7,11 @@ # define TRANSLATE_EXCEPTION_DWA2002810_HPP # include -# include + # include +# include + +# include namespace boost { namespace python { namespace detail {