From cf03e7bf09097e37e394d462db23efed8dedd752 Mon Sep 17 00:00:00 2001 From: John Fletcher Date: Sun, 28 Dec 2014 17:57:55 +0000 Subject: [PATCH] bind/bind_member_function.hpp Add type_traits/is_member_function_pointer.hpp to remove dependence on operator headers. --- include/boost/phoenix/bind/bind_member_function.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/include/boost/phoenix/bind/bind_member_function.hpp b/include/boost/phoenix/bind/bind_member_function.hpp index 36cfeec..498f1a0 100644 --- a/include/boost/phoenix/bind/bind_member_function.hpp +++ b/include/boost/phoenix/bind/bind_member_function.hpp @@ -12,6 +12,7 @@ #define PHOENIX_BIND_BIND_MEMBER_FUNCTION_HPP #include +#include #include #include #include