Reviewers: Michael Starzinger,

Message:
Committed patchset #1 manually as r22355 (tree was closed).

Description:
Unbreak build by making old MSVC happy (hopefully).

[email protected]

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

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

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

Affected files (+1, -0 lines):
  M src/ostreams.cc


Index: src/ostreams.cc
diff --git a/src/ostreams.cc b/src/ostreams.cc
index cf4b9d5d60d2a227ee65a4b584db65189f10fb79..0f5bec41d2b8b2a48685ddf7425ab6ceeb884df0 100644
--- a/src/ostreams.cc
+++ b/src/ostreams.cc
@@ -5,6 +5,7 @@
 #include <algorithm>
 #include <cmath>

+#include "src/base/platform/platform.h"  // For isinf/isnan with MSVC
 #include "src/ostreams.h"

 #if V8_OS_WIN


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