Index: third_party/tcmalloc/chromium/src/tests/malloc_extension_test.cc |
=================================================================== |
--- third_party/tcmalloc/chromium/src/tests/malloc_extension_test.cc (revision 88335) |
+++ third_party/tcmalloc/chromium/src/tests/malloc_extension_test.cc (working copy) |
@@ -39,6 +39,8 @@ |
#include <google/malloc_extension.h> |
#include <google/malloc_extension_c.h> |
+using STL_NAMESPACE::vector; |
+ |
int main(int argc, char** argv) { |
void* a = malloc(1000); |