From 8b0655ce94b011a4c2269449d90090bf842dbb16 Mon Sep 17 00:00:00 2001 From: "Troy D. Straszheim" Date: Tue, 20 Oct 2009 15:06:21 +0000 Subject: [PATCH] Fix for #2582, thanks for the patch. [SVN r57016] --- include/boost/python/detail/translate_exception.hpp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/include/boost/python/detail/translate_exception.hpp b/include/boost/python/detail/translate_exception.hpp index 466b8c89..df7ec2dd 100644 --- a/include/boost/python/detail/translate_exception.hpp +++ b/include/boost/python/detail/translate_exception.hpp @@ -2,13 +2,15 @@ // Distributed under the Boost Software License, Version 1.0. (See // accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) -#ifndef TRANSLATE_EXCEPTION_DWA2002810_HPP -# define TRANSLATE_EXCEPTION_DWA2002810_HPP +#ifndef TRANSLATE_EXCEPTION_TDS20091020_HPP +# define TRANSLATE_EXCEPTION_TDS20091020_HPP # include # include # include +# include +# include # include