Merge pull request #183 from pchome/patch-1

[d3d11] Add missing <algorithms> header
This commit is contained in:
Philip Rebohle 2018-03-19 11:55:03 +01:00 committed by GitHub
commit b33edcbb93
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

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