From 0d0d7277d147d1226934434d36d10f75c65801b7 Mon Sep 17 00:00:00 2001 From: Paul Mensonides Date: Thu, 2 Jan 2003 06:29:35 +0000 Subject: [PATCH] MWCC fix [SVN r16730] --- include/boost/preprocessor/seq/detail/split.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/boost/preprocessor/seq/detail/split.hpp b/include/boost/preprocessor/seq/detail/split.hpp index 75e7036..ad326e4 100644 --- a/include/boost/preprocessor/seq/detail/split.hpp +++ b/include/boost/preprocessor/seq/detail/split.hpp @@ -13,6 +13,8 @@ # ifndef BOOST_PREPROCESSOR_SEQ_DETAIL_SPLIT_HPP # define BOOST_PREPROCESSOR_SEQ_DETAIL_SPLIT_HPP # +# include +# # /* BOOST_PP_SEQ_SPLIT */ # # define BOOST_PP_SEQ_SPLIT(n, seq) BOOST_PP_SEQ_SPLIT_D(n, seq)