mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-01-18 02:52:10 +01:00
Merge pull request #183 from pchome/patch-1
[d3d11] Add missing <algorithms> header
This commit is contained in:
commit
b33edcbb93
@ -5,6 +5,8 @@
|
||||
#include "d3d11_context.h"
|
||||
#include "d3d11_texture.h"
|
||||
|
||||
#include <algorithm>
|
||||
|
||||
namespace dxvk {
|
||||
|
||||
struct D3D11DeferredContextMapEntry {
|
||||
@ -96,4 +98,4 @@ namespace dxvk {
|
||||
|
||||
};
|
||||
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user