commit | 0029946577cc5b848a3aea3751bfa42e76fb84c6 | [log] [tgz] |
---|---|---|
author | Paul Wankadia <[email protected]> | Tue Aug 02 20:26:18 2016 +1000 |
committer | Paul Wankadia <[email protected]> | Tue Aug 02 10:37:21 2016 +0000 |
tree | 4e84236350d9922dff19598265d325f65333b790 | |
parent | a7a1743aaafc3f2ed0a90e7830b1680bf2f0acc8 [diff] [blame] |
Start removing #include directives from util/util.h. Of course, this entails adding them to individual source files. Change-Id: Iafa89975cfa736ac4c63559ec5e8ec88d4d97eb4 Reviewed-on: https://code-review.googlesource.com/5441 Reviewed-by: Paul Wankadia <[email protected]>
diff --git a/re2/set.h b/re2/set.h index 6efc972..66366b2 100644 --- a/re2/set.h +++ b/re2/set.h
@@ -5,7 +5,7 @@ #ifndef RE2_SET_H_ #define RE2_SET_H_ -#include <utility> +#include <string> #include <vector> #include "re2/re2.h"