fix build after r24830
authordcarney@chromium.org <dcarney@chromium.org>
Thu, 23 Oct 2014 11:19:44 +0000 (11:19 +0000)
committerdcarney@chromium.org <dcarney@chromium.org>
Thu, 23 Oct 2014 11:19:44 +0000 (11:19 +0000)
TBR=bmeurer@chromium.org

BUG=

Review URL: https://codereview.chromium.org/675733002

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@24835 ce2b1a6d-e550-0410-aec6-3dcde31c8c00

src/compilation-statistics.cc

index 056fd62..eb5b60c 100644 (file)
@@ -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"