| Index: third_party/cld/base/commandlineflags.h
|
| diff --git a/third_party/cld/base/commandlineflags.h b/third_party/cld/base/commandlineflags.h
|
| index a492f0bf8c844263c8f420ea659480c3bb30f68d..ae57038c00a0740c76347c9ee709386ad4dd2532 100644
|
| --- a/third_party/cld/base/commandlineflags.h
|
| +++ b/third_party/cld/base/commandlineflags.h
|
| @@ -30,6 +30,9 @@
|
| #include "base/stl_decl_msvc.h"
|
| #include "base/global_strip_options.h"
|
|
|
| +using std::string;
|
| +using std::vector;
|
| +
|
| // --------------------------------------------------------------------
|
| // To actually define a flag in a file, use DEFINE_bool,
|
| // DEFINE_string, etc. at the bottom of this file. You may also find
|
|
|