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

Unified Diff: native_client_sdk/src/examples/api/url_loader/url_loader_handler.cc

Issue 607923002: [NaCl SDK] Fix url_loader example for MSVC 2013 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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: native_client_sdk/src/examples/api/url_loader/url_loader_handler.cc
diff --git a/native_client_sdk/src/examples/api/url_loader/url_loader_handler.cc b/native_client_sdk/src/examples/api/url_loader/url_loader_handler.cc
index 6948257a26401fd426fb16981dbdee8e41a14522..66363620ca925bf4b2ffe9887b1f3a47298c9e67 100644
--- a/native_client_sdk/src/examples/api/url_loader/url_loader_handler.cc
+++ b/native_client_sdk/src/examples/api/url_loader/url_loader_handler.cc
@@ -4,6 +4,7 @@
#include <stdio.h>
#include <stdlib.h>
+#include <algorithm>
#include "ppapi/c/pp_errors.h"
#include "ppapi/c/ppb_instance.h"
#include "ppapi/cpp/module.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