Commit 4aead43a authored by Geoff Simmons's avatar Geoff Simmons

Declare std::string in C++ code, since re2.h has stopped doing so.

parent 87da251a
......@@ -36,6 +36,7 @@
#include <re2/re2.h>
using namespace re2;
using std::string;
class vre2 {
private:
......
......@@ -44,6 +44,7 @@ typedef enum {
#include <re2/set.h>
using namespace re2;
using std::string;
class vre2set {
private:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment