Chromium Code Reviews| Index: base/logging.h |
| diff --git a/base/logging.h b/base/logging.h |
| index 6a1df765895c23c0e5211497e63a6a5fba8dc54f..52bc726a7fb1fcf3b461149969a3c9e131bc13ab 100644 |
| --- a/base/logging.h |
| +++ b/base/logging.h |
| @@ -9,6 +9,7 @@ |
| #include <string> |
| #include <cstring> |
| #include <sstream> |
| +#include <vector> |
|
Nico
2014/10/31 14:30:08
This file doesn't use vector anywhere from what I
Fabrice (no longer in Chrome)
2014/10/31 15:45:23
This comes from an earlier version of the patch, r
|
| #include "base/base_export.h" |
| #include "base/basictypes.h" |