1
0
mirror of https://github.com/doitsujin/dxvk.git synced 2024-11-30 22:24:15 +01:00

[d3d11] Include <algorithm>

This apparently causes builds to fail on some platforms. Fixes #42.
This commit is contained in:
Philip Rebohle 2018-01-31 01:57:43 +01:00
parent e47c244ac3
commit f3ae248f39
No known key found for this signature in database
GPG Key ID: C8CC613427A31C99

View File

@ -1,3 +1,4 @@
#include <algorithm>
#include <cstring>
#include "d3d11_buffer.h"