1
0
mirror of https://github.com/doitsujin/dxvk.git synced 2025-02-20 19:54:19 +01:00

[build] added <algorithm> header for failed subcommand fix - remove_if

This commit is contained in:
ericzlmd 2024-08-30 15:43:07 -04:00 committed by Philip Rebohle
parent d31b7997c0
commit 38308d443e

View File

@ -4,6 +4,7 @@
#include "../util/log/log.h"
#include "../util/util_likely.h"
#include <utility>
#include <algorithm>
#ifdef D3D9_ALLOW_UNMAPPING
#include <sysinfoapi.h>