Chromium Code Reviews| Index: base/allocator/allocator_shim.cc |
| =================================================================== |
| --- base/allocator/allocator_shim.cc (revision 87277) |
| +++ base/allocator/allocator_shim.cc (working copy) |
| @@ -5,6 +5,7 @@ |
| #include "base/allocator/allocator_shim.h" |
| #include <config.h> |
| +#include "base/sysinfo.h" |
|
antonm
2011/06/02 13:37:35
I hope it's not an accidental edit.
Alexander Potapenko
2011/06/09 09:35:24
I've checked: without this line liballocator fails
|
| // When defined, different heap allocators can be used via an environment |
| // variable set before running the program. This may reduce the amount |