Commit 8d01729a authored by Ben Smith's avatar Ben Smith

[NaCl SDK] Fix gamepad example for msvc 2013

std::{min,max} requires the algorithm.h header.

BUG=none
R=bradnelson@google.com, bradnelson@chromium.org

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

Cr-Commit-Position: refs/heads/master@{#296523}
parent c679bbfd
......@@ -5,6 +5,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <algorithm>
#include <cassert>
#include "ppapi/c/ppb_gamepad.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