aboutsummaryrefslogtreecommitdiff
path: root/cutl/re/re.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'cutl/re/re.cxx')
-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