Commit b2e2425a by Jacek Caban Committed by Geoff Lang

Fixed compilation on mingw.

BUG=angleproject:1184 This is reland of parts of commit 56627322. It also adds <algorithm> include in FunctionsWGL.cpp, which is needed for std::find on GCC. Change-Id: I852008087afa6b12da6e7e29934fa83390fded21 Reviewed-on: https://chromium-review.googlesource.com/308090Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org> Tested-by: 's avatarGeoff Lang <geofflang@chromium.org>
parent 0450dfcc
......@@ -12,7 +12,7 @@
#include "common/debug.h"
#include "common/MemoryBuffer.h"
#include "libANGLE/Data.h"
#include "libANGLe/formatutils.h"
#include "libANGLE/formatutils.h"
#include "libANGLE/renderer/Renderer.h"
#include "libANGLE/renderer/d3d/VertexDataManager.h"
#include "libANGLE/renderer/d3d/formatutilsD3D.h"
......
......@@ -11,7 +11,7 @@
#ifndef LIBANGLE_RENDERER_D3D_D3D11_INTERNALFORMATINITIALIZERTABLE_H_
#define LIBANGLE_RENDERER_D3D_D3D11_INTERNALFORMATINITIALIZERTABLE_H_
#include "libANGLE/renderer/d3d/d3d11/renderer11.h"
#include "libANGLE/renderer/d3d/d3d11/Renderer11.h"
#include <map>
......
......@@ -12,7 +12,7 @@
#include <map>
#include "libANGLE/renderer/d3d/d3d11/renderer11.h"
#include "libANGLE/renderer/d3d/d3d11/Renderer11.h"
namespace rx
{
......
......@@ -8,6 +8,8 @@
#include "libANGLE/renderer/gl/wgl/FunctionsWGL.h"
#include <algorithm>
#include "common/string_utils.h"
namespace rx
......
......@@ -8,7 +8,7 @@
#include "libANGLE/renderer/gl/wgl/wgl_utils.h"
#include "libANGLE/renderer/gl/wgl/functionsWGL.h"
#include "libANGLE/renderer/gl/wgl/FunctionsWGL.h"
namespace rx
{
......
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