1
0
mirror of https://github.com/doitsujin/dxvk.git synced 2025-01-18 02:52:10 +01:00

[build] Add header required for std::find_if()

This commit is contained in:
pchome 2018-03-19 12:49:48 +02:00 committed by GitHub
parent f1c3b59e87
commit 2f8ccfa30e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,6 +5,8 @@
#include "d3d11_context.h" #include "d3d11_context.h"
#include "d3d11_texture.h" #include "d3d11_texture.h"
#include <algorithm>
namespace dxvk { namespace dxvk {
struct D3D11DeferredContextMapEntry { struct D3D11DeferredContextMapEntry {