diff --git a/thirdparty/vulkan/vk_enum_string_helper.h b/thirdparty/vulkan/vk_enum_string_helper.h index 8c77dd3ee5..be968c091d 100644 --- a/thirdparty/vulkan/vk_enum_string_helper.h +++ b/thirdparty/vulkan/vk_enum_string_helper.h @@ -23,7 +23,11 @@ // NOLINTBEGIN #pragma once #include -#include +#ifdef USE_VOLK + #include +#else + #include +#endif static inline bool IsDuplicatePnext(VkStructureType input_value) { switch (input_value) {