From 33408d2dcc2f5756d0b25888f01a1ad07ca95495 Mon Sep 17 00:00:00 2001 From: "Ralf W. Grosse-Kunstleve" Date: Sun, 24 Jan 2010 19:04:59 +0000 Subject: [PATCH] boost/python/object/make_instance.hpp: missing include added to resolve g++ 4.4 compilation errors [SVN r59256] --- include/boost/python/object/make_instance.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/include/boost/python/object/make_instance.hpp b/include/boost/python/object/make_instance.hpp index 937c97c2..1ffded12 100644 --- a/include/boost/python/object/make_instance.hpp +++ b/include/boost/python/object/make_instance.hpp @@ -10,6 +10,7 @@ # include # include # include +# include namespace boost { namespace python { namespace objects {