mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-03-06 20:58:37 +01:00
[d3d11] Include <algorithm>
This apparently causes builds to fail on some platforms. Fixes #42.
This commit is contained in:
parent
e47c244ac3
commit
f3ae248f39
1 changed files with 1 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
|||
#include <algorithm>
|
||||
#include <cstring>
|
||||
|
||||
#include "d3d11_buffer.h"
|
||||
|
|
Loading…
Add table
Reference in a new issue