Commit 5e9690dd authored by Geoff Simmons's avatar Geoff Simmons

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

parent 1af824d4
...@@ -36,6 +36,7 @@ ...@@ -36,6 +36,7 @@
#include <re2/re2.h> #include <re2/re2.h>
using namespace re2; using namespace re2;
using std::string;
class vre2 { class vre2 {
private: private:
......
...@@ -44,6 +44,7 @@ typedef enum { ...@@ -44,6 +44,7 @@ typedef enum {
#include <re2/set.h> #include <re2/set.h>
using namespace re2; using namespace re2;
using std::string;
class vre2set { class vre2set {
private: 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