Chromium Code Reviews| Index: src/base/smart-pointers.h |
| diff --git a/src/base/smart-pointers.h b/src/base/smart-pointers.h |
| index 6528fca92d4c5fe92dccbb3ba890a9cfd09660b4..df3fcac6626527b15041f95c266ac311a311d807 100644 |
| --- a/src/base/smart-pointers.h |
| +++ b/src/base/smart-pointers.h |
| @@ -5,6 +5,8 @@ |
| #ifndef V8_BASE_SMART_POINTERS_H_ |
| #define V8_BASE_SMART_POINTERS_H_ |
| +#include "src/base/logging.h" |
| + |
| namespace v8 { |
| namespace base { |