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

Unified Diff: apps/size_constraints.cc

Issue 185173003: Add <algorithm> include needed on VS2013 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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
« 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: apps/size_constraints.cc
diff --git a/apps/size_constraints.cc b/apps/size_constraints.cc
index 05d4175db1f8ef993b1b1a0df678e559e3ba0d05..bf7729a1c2a16ef5f6b4a5b7886669a07fc70eac 100644
--- a/apps/size_constraints.cc
+++ b/apps/size_constraints.cc
@@ -4,6 +4,8 @@
#include "apps/size_constraints.h"
+#include <algorithm>
+
namespace apps {
SizeConstraints::SizeConstraints()
« 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