Commit 37755be4 authored by Ben Smith's avatar Ben Smith

[NaCl SDK] Fix url_loader example for MSVC 2013

This is the same issue as in 8d01729a. MSVC 2013 now requires including
<algorithm> to use std::{min, max}.

BUG=none
R=sbc@chromium.org

Review URL: https://codereview.chromium.org/607923002

Cr-Commit-Position: refs/heads/master@{#296984}
parent cfddc360
......@@ -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"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment