Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(143)

Unified Diff: src/zone.cc

Issue 9297052: Include what you use for the files zone* (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 8 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: src/zone.cc
diff --git a/src/zone.cc b/src/zone.cc
index 2d14d137efddf6119c8dd24daf7b5d5b4490375a..0f810a0a4245c2019f424554584bd7d53fb3481c 100644
--- a/src/zone.cc
+++ b/src/zone.cc
@@ -25,10 +25,11 @@
// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-#include "v8.h"
+#include <string.h>
+#include "allocation.h"
Kevin Millikin (Chromium) 2012/01/30 09:25:45 You are welcome to leave allocation.h out since it
Yang 2012/01/30 10:46:03 Our presubmit script however says: zone.cc:31: Fo
+#include "v8.h"
#include "zone-inl.h"
-#include "splay-tree-inl.h"
namespace v8 {
namespace internal {

Powered by Google App Engine
This is Rietveld 408576698