From 2f8ccfa30e20fefd40ba75e6f3402d82c3ac0d84 Mon Sep 17 00:00:00 2001 From: pchome Date: Mon, 19 Mar 2018 12:49:48 +0200 Subject: [PATCH] [build] Add header required for std::find_if() --- src/d3d11/d3d11_context_def.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/d3d11/d3d11_context_def.h b/src/d3d11/d3d11_context_def.h index 2250f927..f3f2d703 100644 --- a/src/d3d11/d3d11_context_def.h +++ b/src/d3d11/d3d11_context_def.h @@ -5,6 +5,8 @@ #include "d3d11_context.h" #include "d3d11_texture.h" +#include + namespace dxvk { struct D3D11DeferredContextMapEntry { @@ -96,4 +98,4 @@ namespace dxvk { }; -} \ No newline at end of file +}