From 24af838c834316dcc59fe2351224b55d64e1ab37 Mon Sep 17 00:00:00 2001 From: Aleksey Gurtovoy Date: Sun, 5 Sep 2004 09:54:08 +0000 Subject: [PATCH] fix includes [SVN r24913] --- include/boost/mpl/aux_/na.hpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/include/boost/mpl/aux_/na.hpp b/include/boost/mpl/aux_/na.hpp index aa028fc..178cfdd 100644 --- a/include/boost/mpl/aux_/na.hpp +++ b/include/boost/mpl/aux_/na.hpp @@ -14,8 +14,9 @@ // $Date$ // $Revision$ -#include "boost/mpl/bool.hpp" -#include "boost/mpl/aux_/config/msvc.hpp" +#include +#include +#include #include BOOST_MPL_AUX_ADL_BARRIER_NAMESPACE_OPEN