Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(635)

Unified Diff: src/ostreams.cc

Issue 386023002: Unbreak build by making old MSVC happy (hopefully). (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698