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

Unified Diff: src/IceRNG.cpp

Issue 1738683003: Subzero. Moar performance tweaks. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Addresses comments Created 4 years, 10 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
Index: src/IceRNG.cpp
diff --git a/src/IceRNG.cpp b/src/IceRNG.cpp
index 1a5f8ef01c3846ac8dd6dc3baac0c1a63cd98b40..3744a536b96f1d4e059d27f1418fd42dd433dee5 100644
--- a/src/IceRNG.cpp
+++ b/src/IceRNG.cpp
@@ -14,6 +14,7 @@
#include "IceRNG.h"
+#include <climits>
#include <ctime>
namespace Ice {
« src/IceBitVector.h ('K') | « src/IceLiveness.h ('k') | src/IceTargetLowering.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698