From 22181059641b12ddd2b9bcdd49baa0c5e125abe5 Mon Sep 17 00:00:00 2001 From: Aleksey Gurtovoy Date: Wed, 13 Oct 2004 14:40:12 +0000 Subject: [PATCH] add missing include [SVN r25709] --- include/boost/mpl/aux_/has_rebind.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/boost/mpl/aux_/has_rebind.hpp b/include/boost/mpl/aux_/has_rebind.hpp index 5ec8375..fe191be 100644 --- a/include/boost/mpl/aux_/has_rebind.hpp +++ b/include/boost/mpl/aux_/has_rebind.hpp @@ -28,10 +28,12 @@ #elif BOOST_WORKAROUND(__BORLANDC__, < 0x600) # include # include +# include # include # include #else # include +# include # include #endif