From 4af28b2a46f2e9b5d5b8b42a885425aeff777563 Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Tue, 26 Aug 2003 02:25:33 +0000 Subject: [PATCH] Added missing #includes [SVN r19778] --- include/boost/python/detail/nullary_function_adaptor.hpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/include/boost/python/detail/nullary_function_adaptor.hpp b/include/boost/python/detail/nullary_function_adaptor.hpp index 010ed7d0..0c6ff97f 100755 --- a/include/boost/python/detail/nullary_function_adaptor.hpp +++ b/include/boost/python/detail/nullary_function_adaptor.hpp @@ -6,6 +6,10 @@ #ifndef NULLARY_FUNCTION_ADAPTOR_DWA2003824_HPP # define NULLARY_FUNCTION_ADAPTOR_DWA2003824_HPP +# include +# include +# include + namespace boost { namespace python { namespace detail { // nullary_function_adaptor -- a class template which ignores its