commit | 95ce0ccb89ca37503a6dd8d032d45e330254aacf | [log] [tgz] |
---|---|---|
author | Paul Wankadia <[email protected]> | Tue Aug 16 23:11:37 2016 +1000 |
committer | Paul Wankadia <[email protected]> | Tue Aug 16 13:13:54 2016 +0000 |
tree | 704eb55b9ec5a62f03746a12053f0e5582770c85 | |
parent | 1e8fade960c4e594f69c8d2bca7f4eccf708a987 [diff] [blame] |
Tidy up the string utilities. Change-Id: Ifd19a737b4a6a3e333aac64909a4694f7169786e Reviewed-on: https://code-review.googlesource.com/6832 Reviewed-by: Paul Wankadia <[email protected]>
diff --git a/re2/tostring.cc b/re2/tostring.cc index b967198..8d2fd78 100644 --- a/re2/tostring.cc +++ b/re2/tostring.cc
@@ -9,6 +9,7 @@ #include <string> #include "util/util.h" +#include "util/strutil.h" #include "re2/regexp.h" #include "re2/walker-inl.h"