From 3b058185c6bb2b244134986198f873bf42d3c58f Mon Sep 17 00:00:00 2001 From: "Ralf W. Grosse-Kunstleve" Date: Thu, 12 Jan 2006 19:28:53 +0000 Subject: [PATCH] new docstring_options to support customization of __doc__ attributes of Boost.Python functions [SVN r32298] --- include/boost/python.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/include/boost/python.hpp b/include/boost/python.hpp index 7a1a9084..ae49abaf 100644 --- a/include/boost/python.hpp +++ b/include/boost/python.hpp @@ -22,6 +22,7 @@ # include # include # include +# include # include # include # include