Merge pull request #10828 from liamwhite/somehow-still-using-llvm-14

renderer_vulkan: add missing include
This commit is contained in:
bunnei 2023-06-17 23:45:44 -07:00 committed by GitHub
commit 20db91f0fc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,6 +3,7 @@
#include <thread>
#include "common/polyfill_ranges.h"
#include "common/settings.h"
#include "video_core/renderer_vulkan/vk_master_semaphore.h"
#include "video_core/vulkan_common/vulkan_device.h"