summaryrefslogtreecommitdiff
path: root/thirdparty/vulkan/vk_mem_alloc.h
diff options
context:
space:
mode:
Diffstat (limited to 'thirdparty/vulkan/vk_mem_alloc.h')
-rw-r--r--thirdparty/vulkan/vk_mem_alloc.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/thirdparty/vulkan/vk_mem_alloc.h b/thirdparty/vulkan/vk_mem_alloc.h
index 8a42699e7f..26f9faa6e4 100644
--- a/thirdparty/vulkan/vk_mem_alloc.h
+++ b/thirdparty/vulkan/vk_mem_alloc.h
@@ -1771,7 +1771,11 @@ available through VmaAllocatorCreateInfo::pRecordSettings.
#endif
#ifndef VULKAN_H_
- #include <vulkan/vulkan.h>
+ #ifdef USE_VOLK
+ #include <volk.h>
+ #else
+ #include <vulkan/vulkan.h>
+ #endif
#endif
#if VMA_RECORDING_ENABLED