aboutsummaryrefslogtreecommitdiff
path: root/cutl/re
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2013-03-08 17:41:00 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2013-03-08 17:41:00 +0200
commit2ac86dfdafb9bf4d4e9252260a431755b56d8ebe (patch)
tree30a19391906b913b8a0773c7fe5a4b046c0703c4 /cutl/re
parentdf1e7318da3320cfcfaee7f3c1f00a9eee7c9d25 (diff)
Add support for XML parsing and serialization
Diffstat (limited to 'cutl/re')
-rw-r--r--cutl/re/re.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/cutl/re/re.cxx b/cutl/re/re.cxx
index f541a1d..3b132ab 100644
--- a/cutl/re/re.cxx
+++ b/cutl/re/re.cxx
@@ -4,6 +4,8 @@
#include <cutl/re.hxx>
+#include <cutl/details/config.hxx> // LIBCUTL_EXTERNAL_BOOST
+
#ifndef LIBCUTL_EXTERNAL_BOOST
# include <cutl/details/boost/tr1/regex.hpp>
#else