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

Unified Diff: third_party/tcmalloc/chromium/src/windows/port.cc

Issue 27017003: Fixes for tcmalloc for VS2013 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 2 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 | « third_party/tcmalloc/chromium/src/windows/port.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/tcmalloc/chromium/src/windows/port.cc
diff --git a/third_party/tcmalloc/chromium/src/windows/port.cc b/third_party/tcmalloc/chromium/src/windows/port.cc
index 0091985633932e7088fedb1d0b352918299b8158..690ab0bccb7e460294bd103a1b1e2f3a3c0d171e 100644
--- a/third_party/tcmalloc/chromium/src/windows/port.cc
+++ b/third_party/tcmalloc/chromium/src/windows/port.cc
@@ -41,6 +41,7 @@
#include <assert.h>
#include <stdarg.h> // for va_list, va_start, va_end
#include <windows.h>
+#include <algorithm>
#include "port.h"
#include "base/logging.h"
#include "base/spinlock.h"
« no previous file with comments | « third_party/tcmalloc/chromium/src/windows/port.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698