From 2149ac97ee76f04760ed76a053d3d125de1244a5 Mon Sep 17 00:00:00 2001 From: "dcarney@chromium.org" Date: Fri, 7 Jun 2013 07:54:39 +0000 Subject: [PATCH] build fix for 14990 BUG= R=svenpanne@chromium.org Review URL: https://codereview.chromium.org/16180011 git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@14991 ce2b1a6d-e550-0410-aec6-3dcde31c8c00 --- include/v8.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/v8.h b/include/v8.h index 32908fc..e35cc7a 100644 --- a/include/v8.h +++ b/include/v8.h @@ -38,6 +38,7 @@ #ifndef V8_H_ #define V8_H_ +#include #include "v8stdint.h" #ifdef _WIN32 -- 2.7.4