Reviewers: Mads Ager, Description:
Add file missing from last commit [email protected] Please review this at http://codereview.chromium.org/6715026/ SVN Base: http://v8.googlecode.com/svn/branches/bleeding_edge/ Affected files: M src/safepoint-table.h Index: src/safepoint-table.h =================================================================== --- src/safepoint-table.h (revision 7299) +++ src/safepoint-table.h (working copy) @@ -29,6 +29,7 @@ #define V8_SAFEPOINT_TABLE_H_ #include "heap.h" +#include "v8memory.h" #include "zone.h" namespace v8 { -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
