| Index: base/containers/stack_container.h
|
| diff --git a/base/containers/stack_container.h b/base/containers/stack_container.h
|
| index 2c7dd65554447f810747c0e190d15360c24b0885..9e0efc13b41f428aeedf94efb8ec0c6a3cfb13b1 100644
|
| --- a/base/containers/stack_container.h
|
| +++ b/base/containers/stack_container.h
|
| @@ -5,10 +5,12 @@
|
| #ifndef BASE_CONTAINERS_STACK_CONTAINER_H_
|
| #define BASE_CONTAINERS_STACK_CONTAINER_H_
|
|
|
| +#include <stddef.h>
|
| +
|
| #include <string>
|
| #include <vector>
|
|
|
| -#include "base/basictypes.h"
|
| +#include "base/macros.h"
|
| #include "base/memory/aligned_memory.h"
|
| #include "base/strings/string16.h"
|
| #include "build/build_config.h"
|
|
|