Vulkan: MSVC 2017 buildfix.

Fixes the buildbot.
This commit is contained in:
Unknown W. Brackets 2021-09-10 23:35:31 -07:00
parent b7edcaa721
commit d264cbef32

View file

@ -4,6 +4,7 @@
// Only draws and binds are handled here, resource creation and allocations are handled as normal -
// that's the nice thing with Vulkan.
#include <algorithm>
#include <atomic>
#include <condition_variable>
#include <cstdint>