Added needed include (really only applies to gcc-2.95).

[SVN r28293]
This commit is contained in:
John Maddock
2005-04-17 14:41:56 +00:00
parent 3e5efe81d2
commit c81ebebd32

View File

@ -11,6 +11,7 @@
// most of the workarounds and headers we need are already in here:
#include <boost/regex.hpp>
#include <boost/regex/v4/primary_transform.hpp>
#include <assert.h>
#ifdef BOOST_NO_STDC_NAMESPACE