From e2973f27f921afda05ee04fc9e77f2c09a88a19f Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Thu, 14 Aug 2003 22:53:30 +0000 Subject: [PATCH] Fix the fix ;-) [SVN r19613] --- include/boost/python/object_core.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/boost/python/object_core.hpp b/include/boost/python/object_core.hpp index aa7dfb31..77932634 100755 --- a/include/boost/python/object_core.hpp +++ b/include/boost/python/object_core.hpp @@ -75,6 +75,8 @@ namespace api // BOOST_PYTHON_IS_XXX_DEF(proxy, boost::python::api::proxy, 1) + template struct object_initializer; + class object; typedef PyObject* (object::*bool_type)() const;