2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-24 18:12:43 +00:00

Add missing add_const #include

[SVN r16385]
This commit is contained in:
Dave Abrahams
2002-11-23 22:18:23 +00:00
parent 0461d25de6
commit 4c630512fe

View File

@@ -7,8 +7,11 @@
# define TRANSLATE_EXCEPTION_DWA2002810_HPP
# include <boost/python/detail/exception_handler.hpp>
# include <boost/function/function0.hpp>
# include <boost/call_traits.hpp>
# include <boost/type_traits/add_const.hpp>
# include <boost/function/function0.hpp>
namespace boost { namespace python { namespace detail {