1
0
mirror of https://github.com/doitsujin/dxvk.git synced 2025-01-19 05:52:11 +01:00

[dxvk] Explicitly include unordered_map in dxvk_renderpass.h

When using libstdc++, it's somehow implicitly included, but it's not the case for libc++.
This commit is contained in:
Jacek Caban 2019-08-26 15:31:16 +02:00 committed by Philip Rebohle
parent 8e54477c2a
commit 1981140257

View File

@ -2,6 +2,7 @@
#include <mutex>
#include <vector>
#include <unordered_map>
#include "dxvk_hash.h"
#include "dxvk_include.h"