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

Unified Diff: base/rand_util_win.cc

Issue 146083002: Add missing <algorithm> include to rand_util_win.cc (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 11 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: base/rand_util_win.cc
diff --git a/base/rand_util_win.cc b/base/rand_util_win.cc
index 52103eb93e556ce19269edd04cda5c2d2c84fccc..1a387a0841b3581ad72b855bff0f2f264bcad895 100644
--- a/base/rand_util_win.cc
+++ b/base/rand_util_win.cc
@@ -6,6 +6,8 @@
#include <stdlib.h>
+#include <algorithm>
+
#include "base/basictypes.h"
#include "base/logging.h"
« 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