From 45d0bcadc2511bf27b7b2246515e5a129bb24eee Mon Sep 17 00:00:00 2001 From: Daniel Walker Date: Sun, 18 Jul 2010 23:59:27 +0000 Subject: [PATCH] fixed missing header dependency [SVN r64144] --- include/boost/mpl/has_xxx.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/include/boost/mpl/has_xxx.hpp b/include/boost/mpl/has_xxx.hpp index 4ef0196..379bd0c 100644 --- a/include/boost/mpl/has_xxx.hpp +++ b/include/boost/mpl/has_xxx.hpp @@ -17,6 +17,7 @@ // $Revision$ #include +#include #include #include #include