Chromium Code Reviews| Index: src/execution.h |
| diff --git a/src/execution.h b/src/execution.h |
| index 4cdfd2be6a1391ff2c6ecd8de32804bf516b91b1..17f57b39e24bacc0a601b37c93cfe95398817268 100644 |
| --- a/src/execution.h |
| +++ b/src/execution.h |
| @@ -28,6 +28,8 @@ |
| #ifndef V8_EXECUTION_H_ |
| #define V8_EXECUTION_H_ |
| +#include "v8.h" |
|
Erik Corry
2009/08/28 09:47:03
Not needed.
|
| + |
| namespace v8 { |
| namespace internal { |