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:
@@ -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>
|
||||
|
||||
@@ -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 --
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user