aboutsummaryrefslogtreecommitdiff
path: root/libbutl/regex.txx
diff options
context:
space:
mode:
Diffstat (limited to 'libbutl/regex.txx')
-rw-r--r--libbutl/regex.txx5
1 files changed, 4 insertions, 1 deletions
diff --git a/libbutl/regex.txx b/libbutl/regex.txx
index 8fe5308..214d949 100644
--- a/libbutl/regex.txx
+++ b/libbutl/regex.txx
@@ -1,7 +1,10 @@
// file : libbutl/regex.txx -*- C++ -*-
// license : MIT; see accompanying LICENSE file
-LIBBUTL_MODEXPORT namespace butl //@@ MOD Clang needs this for some reason.
+#include <locale>
+#include <stdexcept> // invalid_argument
+
+namespace butl
{
template <typename C>
std::basic_string<C>