Chromium Code Reviews| Index: src/runtime.h |
| diff --git a/src/runtime.h b/src/runtime.h |
| index 0900fd36064af8d27cd7ea5233faf012cb195f26..68fda967ea5f4ef3728f326f7cd77f735e8d73eb 100644 |
| --- a/src/runtime.h |
| +++ b/src/runtime.h |
| @@ -29,6 +29,7 @@ |
| #define V8_RUNTIME_H_ |
| #include "allocation.h" |
| +#include "objects.h" |
|
Mads Ager (chromium)
2011/07/12 12:03:26
Is this addition needed?
danno
2011/07/13 08:59:52
Done.
|
| #include "zone.h" |
| namespace v8 { |