From f50f35d1fc37f8a3d675335f7a7dfaae50090af2 Mon Sep 17 00:00:00 2001 From: John Maddock Date: Sun, 25 May 2003 11:16:14 +0000 Subject: [PATCH] Added include for KCC [SVN r18536] --- include/boost/regex/config/cstring.hpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/boost/regex/config/cstring.hpp b/include/boost/regex/config/cstring.hpp index 4c607698..316f0b8c 100644 --- a/include/boost/regex/config/cstring.hpp +++ b/include/boost/regex/config/cstring.hpp @@ -25,6 +25,9 @@ #include #include +#ifdef __KCC +#include +#endif #include namespace std{