Skip to content

Commit b9cd3ff

Browse files
committed
merge from trunk very minor fixes for ticket #2582
[SVN r57017]
1 parent d804f12 commit b9cd3ff

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

include/boost/python/detail/translate_exception.hpp

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,15 @@
22
// Distributed under the Boost Software License, Version 1.0. (See
33
// accompanying file LICENSE_1_0.txt or copy at
44
// http://www.boost.org/LICENSE_1_0.txt)
5-
#ifndef TRANSLATE_EXCEPTION_DWA2002810_HPP
6-
# define TRANSLATE_EXCEPTION_DWA2002810_HPP
5+
#ifndef TRANSLATE_EXCEPTION_TDS20091020_HPP
6+
# define TRANSLATE_EXCEPTION_TDS20091020_HPP
77

88
# include <boost/python/detail/exception_handler.hpp>
99

1010
# include <boost/call_traits.hpp>
1111
# include <boost/type_traits/add_const.hpp>
12+
# include <boost/type_traits/add_reference.hpp>
13+
# include <boost/type_traits/remove_reference.hpp>
1214

1315
# include <boost/function/function0.hpp>
1416

0 commit comments

Comments
 (0)