Commit 7b6d7f5b authored by erik.corry@gmail.com's avatar erik.corry@gmail.com

Add a couple of missing includes.

Review URL: http://codereview.chromium.org/5899001

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@6062 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent 0cb76238
......@@ -28,6 +28,9 @@
#ifndef V8_COUNTERS_H_
#define V8_COUNTERS_H_
#include "../include/v8.h"
#include "allocation.h"
namespace v8 {
namespace internal {
......
......@@ -28,7 +28,9 @@
#ifndef V8_V8_COUNTERS_H_
#define V8_V8_COUNTERS_H_
#include "allocation.h"
#include "counters.h"
#include "v8globals.h"
namespace v8 {
namespace internal {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment