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

Unified Diff: vm/globals.h

Issue 9005037: Move include of limits.h to globals.h (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/runtime/
Patch Set: Created 9 years 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 | vm/isolate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: vm/globals.h
===================================================================
--- vm/globals.h (revision 2838)
+++ vm/globals.h (working copy)
@@ -34,6 +34,7 @@
#endif
#include <float.h>
+#include <limits.h>
#include <math.h>
#include <openssl/bn.h>
#include <stdarg.h>
« no previous file with comments | « no previous file | vm/isolate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698