diff --git a/extern/vulkan_memory_allocator/vk_mem_alloc_impl.cc b/extern/vulkan_memory_allocator/vk_mem_alloc_impl.cc index 25092e32c37..a4fb3d2fb7b 100644 --- a/extern/vulkan_memory_allocator/vk_mem_alloc_impl.cc +++ b/extern/vulkan_memory_allocator/vk_mem_alloc_impl.cc @@ -18,4 +18,5 @@ * we don't want to change this behavior. So for now we just disable the asserts. */ #define VMA_ASSERT(test) + #include "vk_mem_alloc.h"