aboutsummaryrefslogtreecommitdiff
path: root/re2/testing/re2_test.cc
diff options
context:
space:
mode:
authorPaul Wankadia <junyer@google.com>2016-08-16 23:11:37 +1000
committerPaul Wankadia <junyer@google.com>2016-08-16 13:13:54 +0000
commit95ce0ccb89ca37503a6dd8d032d45e330254aacf (patch)
tree704eb55b9ec5a62f03746a12053f0e5582770c85 /re2/testing/re2_test.cc
parent1e8fade960c4e594f69c8d2bca7f4eccf708a987 (diff)
downloadregex-re2-95ce0ccb89ca37503a6dd8d032d45e330254aacf.tar.gz
Tidy up the string utilities.
Change-Id: Ifd19a737b4a6a3e333aac64909a4694f7169786e Reviewed-on: https://code-review.googlesource.com/6832 Reviewed-by: Paul Wankadia <junyer@google.com>
Diffstat (limited to 're2/testing/re2_test.cc')
-rw-r--r--re2/testing/re2_test.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/re2/testing/re2_test.cc b/re2/testing/re2_test.cc
index b0f6537..9ebb609 100644
--- a/re2/testing/re2_test.cc
+++ b/re2/testing/re2_test.cc
@@ -20,6 +20,7 @@
#endif
#include "util/test.h"
+#include "util/strutil.h"
#include "re2/re2.h"
#include "re2/regexp.h"