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.cxx6
1 files changed, 5 insertions, 1 deletions
diff --git a/cutl/re/re.cxx b/cutl/re/re.cxx
index 9cd2f2e..96d5651 100644
--- a/cutl/re/re.cxx
+++ b/cutl/re/re.cxx
@@ -7,7 +7,11 @@
#include <cutl/re.hxx>
-#include <cutl/details/boost/tr1/regex.hpp>
+#ifndef LIBCUTL_EXTERNAL_BOOST
+# include <cutl/details/boost/tr1/regex.hpp>
+#else
+# include <boost/tr1/regex.hpp>
+#endif
using namespace std;