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

Unified Diff: runtime/platform/globals.h

Issue 353403004: Fixes Android build by using C++ math header instead of C one. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 6 years, 6 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 | « runtime/platform/floating_point_win.cc ('k') | runtime/platform/math.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/platform/globals.h
===================================================================
--- runtime/platform/globals.h (revision 37827)
+++ runtime/platform/globals.h (working copy)
@@ -37,7 +37,6 @@
#include <float.h>
#include <limits.h>
-#include <math.h>
#include <stdarg.h>
#include <stddef.h>
#include <stdio.h>
@@ -51,11 +50,12 @@
#include "platform/floating_point_win.h"
#endif
+#include "platform/math.h"
+
#if !defined(_WIN32)
#include "platform/floating_point.h"
#endif
-
// Target OS detection.
// for more information on predefined macros:
// - http://msdn.microsoft.com/en-us/library/b0084kay.aspx
« no previous file with comments | « runtime/platform/floating_point_win.cc ('k') | runtime/platform/math.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698