summaryrefslogtreecommitdiff
path: root/src/string.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/string.hh')
-rw-r--r--src/string.hh2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/string.hh b/src/string.hh
index 58dd79b7..a781b358 100644
--- a/src/string.hh
+++ b/src/string.hh
@@ -3,6 +3,7 @@
#include <string>
#include <iosfwd>
+#include <boost/regex.hpp>
#include "memoryview.hh"
#include "units.hh"
@@ -11,6 +12,7 @@ namespace Kakoune
{
typedef wchar_t Character;
+typedef boost::basic_regex<Character> Regex;
class String
{