Commit 26a10f9d by Jamie Madill

Fix build on Windows.

WindowTest.cpp was missing <algorithm> for std::min and std::max. BUG=angleproject:892 Change-Id: I9bf6e7b8e66cd4ffc34ee639f495b469dabde91a Reviewed-on: https://chromium-review.googlesource.com/284590Tested-by: 's avatarJamie Madill <jmadill@chromium.org> Reviewed-by: 's avatarCorentin Wallez <cwallez@chromium.org>
parent 0c5409f8
......@@ -6,6 +6,7 @@
// WindowTest.cpp: Sample used to test various function of OSWindow
#include <algorithm>
#include <iostream>
#include "OSWindow.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