From c501874bc234058f5ea00fb61653abe498669dd4 Mon Sep 17 00:00:00 2001 From: "Ralf W. Grosse-Kunstleve" Date: Mon, 15 Nov 2010 23:17:00 +0000 Subject: [PATCH] boost/python/object/make_instance.hpp: adding missing includes [SVN r66606] --- include/boost/python/object/make_instance.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/boost/python/object/make_instance.hpp b/include/boost/python/object/make_instance.hpp index 1ffded12..5f2630ad 100644 --- a/include/boost/python/object/make_instance.hpp +++ b/include/boost/python/object/make_instance.hpp @@ -10,6 +10,8 @@ # include # include # include +# include +# include # include namespace boost { namespace python { namespace objects {