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

renderer_vulkan: add missing include
pull/8/head
bunnei 3 years ago committed by GitHub
commit 20db91f0fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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"

Loading…
Cancel
Save