From 84daf14f1bd8608537f7341866c444d00f1ed547 Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Tue, 26 Aug 2003 11:45:47 +0000 Subject: [PATCH] Added missing #includes [SVN r19782] --- include/boost/python.hpp | 1 + include/boost/python/detail/nullary_function_adaptor.hpp | 2 ++ 2 files changed, 3 insertions(+) diff --git a/include/boost/python.hpp b/include/boost/python.hpp index 62480b70..aa552bfe 100644 --- a/include/boost/python.hpp +++ b/include/boost/python.hpp @@ -48,6 +48,7 @@ # include # include # include +# include # include # include # include diff --git a/include/boost/python/detail/nullary_function_adaptor.hpp b/include/boost/python/detail/nullary_function_adaptor.hpp index 0c6ff97f..a63fd82e 100755 --- a/include/boost/python/detail/nullary_function_adaptor.hpp +++ b/include/boost/python/detail/nullary_function_adaptor.hpp @@ -9,6 +9,8 @@ # include # include # include +# include +# include namespace boost { namespace python { namespace detail {