From ec750a44c9da22fa85013ab674b61b4c12d6b8ac Mon Sep 17 00:00:00 2001 From: "Ralf W. Grosse-Kunstleve" Date: Mon, 2 Jun 2003 13:17:11 +0000 Subject: [PATCH] missing include added (to avoid gcc 3.2 and tru64_cxx errors) [SVN r18646] --- include/boost/python/detail/void_ptr.hpp | 2 ++ include/boost/python/opaque_pointer_converter.hpp | 1 + 2 files changed, 3 insertions(+) diff --git a/include/boost/python/detail/void_ptr.hpp b/include/boost/python/detail/void_ptr.hpp index 676a5cac..07c5d3a5 100644 --- a/include/boost/python/detail/void_ptr.hpp +++ b/include/boost/python/detail/void_ptr.hpp @@ -6,6 +6,8 @@ #ifndef VOID_PTR_DWA200239_HPP # define VOID_PTR_DWA200239_HPP +# include + namespace boost { namespace python { namespace detail { template diff --git a/include/boost/python/opaque_pointer_converter.hpp b/include/boost/python/opaque_pointer_converter.hpp index 8ec4be3b..6f025c87 100644 --- a/include/boost/python/opaque_pointer_converter.hpp +++ b/include/boost/python/opaque_pointer_converter.hpp @@ -15,6 +15,7 @@ # include # include # include +# include // opaque_pointer_converter -- //