mirror of
https://git.h3cjp.net/H3cJP/yuzu.git
synced 2024-11-15 14:12:48 +00:00
vulkan_device: Add missing include algorithm
This commit is contained in:
parent
7277d7fe96
commit
55233c2861
|
@ -2,6 +2,7 @@
|
||||||
// Licensed under GPLv2 or any later version
|
// Licensed under GPLv2 or any later version
|
||||||
// Refer to the license.txt file included.
|
// Refer to the license.txt file included.
|
||||||
|
|
||||||
|
#include <algorithm>
|
||||||
#include <bitset>
|
#include <bitset>
|
||||||
#include <chrono>
|
#include <chrono>
|
||||||
#include <optional>
|
#include <optional>
|
||||||
|
|
Loading…
Reference in a new issue