2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-27 19:12:16 +00:00

missing include added (to avoid gcc 3.2 and tru64_cxx errors)

[SVN r18646]
This commit is contained in:
Ralf W. Grosse-Kunstleve
2003-06-02 13:17:11 +00:00
parent 006f1d9802
commit ec750a44c9
2 changed files with 3 additions and 0 deletions

View File

@@ -6,6 +6,8 @@
#ifndef VOID_PTR_DWA200239_HPP
# define VOID_PTR_DWA200239_HPP
# include <boost/type_traits/remove_cv.hpp>
namespace boost { namespace python { namespace detail {
template <class U>

View File

@@ -15,6 +15,7 @@
# include <boost/python/detail/dealloc.hpp>
# include <boost/python/detail/none.hpp>
# include <boost/type_traits/remove_pointer.hpp>
# include <boost/type_traits/is_pointer.hpp>
// opaque_pointer_converter --
//