mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-05-01 11:44:23 +00:00
vulkan_device: Add missing include algorithm
This commit is contained in:
parent
d965b7200a
commit
52f2fe7b52
|
|
@ -2,6 +2,7 @@
|
|||
// Licensed under GPLv2 or any later version
|
||||
// Refer to the license.txt file included.
|
||||
|
||||
#include <algorithm>
|
||||
#include <bitset>
|
||||
#include <chrono>
|
||||
#include <optional>
|
||||
|
|
|
|||
Loading…
Reference in a new issue