1
0
mirror of https://github.com/yuzu-emu/yuzu.git synced 2025-04-13 20:21:06 +00:00

vk_descriptor_pool: Add missing <algorithm> include

This commit is contained in:
Morph 2021-09-08 23:49:08 -04:00
parent 76abf55f25
commit 63b4c8f9f7

@ -2,6 +2,7 @@
// Licensed under GPLv2 or any later version
// Refer to the license.txt file included.
#include <algorithm>
#include <mutex>
#include <span>
#include <vector>