From bbce6b22a3e04fe900ac9565b0703304d651b63a Mon Sep 17 00:00:00 2001 From: Maxime Coste Date: Wed, 29 Aug 2012 21:49:36 +0200 Subject: remove regex.hh, define Regex directly in string.hh --- src/string.hh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/string.hh') 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 #include +#include #include "memoryview.hh" #include "units.hh" @@ -11,6 +12,7 @@ namespace Kakoune { typedef wchar_t Character; +typedef boost::basic_regex Regex; class String { -- cgit v1.2.3