Merge r3962 to trunk

BUG=http://crbug.com/36807
TEST=none
Review URL: http://codereview.chromium.org/661171

git-svn-id: http://v8.googlecode.com/svn/trunk@3963 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
diff --git a/src/full-codegen.cc b/src/full-codegen.cc
index 6371439..6e9a3ff 100644
--- a/src/full-codegen.cc
+++ b/src/full-codegen.cc
@@ -30,6 +30,7 @@
 #include "codegen-inl.h"
 #include "compiler.h"
 #include "full-codegen.h"
+#include "scopes.h"
 #include "stub-cache.h"
 #include "debug.h"
 #include "liveedit.h"