Revision: 7304 Author: [email protected] Date: Tue Mar 22 04:58:03 2011 Log: Add file missing from last commit
[email protected] Review URL: http://codereview.chromium.org/6715026 http://code.google.com/p/v8/source/detail?r=7304 Modified: /branches/bleeding_edge/src/safepoint-table.h ======================================= --- /branches/bleeding_edge/src/safepoint-table.h Fri Mar 18 13:35:07 2011 +++ /branches/bleeding_edge/src/safepoint-table.h Tue Mar 22 04:58:03 2011 @@ -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
