Chromium Code Reviews| Index: src/snapshot/snapshot-empty.cc |
| diff --git a/src/snapshot/snapshot-empty.cc b/src/snapshot/snapshot-empty.cc |
| index 464d3a800a3bec8051ff1e1f9bd9c2c86877d70a..af2c9af8a4d493d83267fe1c781c6df2dd013ccf 100644 |
| --- a/src/snapshot/snapshot-empty.cc |
| +++ b/src/snapshot/snapshot-empty.cc |
| @@ -4,10 +4,10 @@ |
| // Used for building without snapshots. |
| -#include "src/v8.h" |
| - |
| #include "src/snapshot/snapshot.h" |
| +#include "src/objects-inl.h" // TODO(mstarzinger): Temporary cycle breaker! |
| + |
| namespace v8 { |
| namespace internal { |