Reviewers: Benedikt Meurer,

Message:
Committed patchset #1 (id:1) manually as 24835 (presubmit successful).

Description:
fix build after r24830

[email protected]

BUG=

Committed: https://code.google.com/p/v8/source/detail?r=24835

Please review this at https://codereview.chromium.org/675733002/

Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge

Affected files (+1, -1 lines):
  M src/compilation-statistics.cc


Index: src/compilation-statistics.cc
diff --git a/src/compilation-statistics.cc b/src/compilation-statistics.cc
index 056fd62466e9f255fdd016a92db4572df1f75173..eb5b60c5cb182ccb11e3d0f59d630f080e6779a7 100644
--- a/src/compilation-statistics.cc
+++ b/src/compilation-statistics.cc
@@ -2,7 +2,7 @@
 // Use of this source code is governed by a BSD-style license that can be
 // found in the LICENSE file.

-#include <iostream>  // NOLINT(readability/streams)
+#include <ostream>  // NOLINT(readability/streams)
 #include <vector>

 #include "src/base/platform/platform.h"


--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to