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 { |