diff --git a/src/vulkan/runtime/vk_acceleration_structure.h b/src/vulkan/runtime/vk_acceleration_structure.h index 3893377a8eb..f83fe11689b 100644 --- a/src/vulkan/runtime/vk_acceleration_structure.h +++ b/src/vulkan/runtime/vk_acceleration_structure.h @@ -28,6 +28,8 @@ #include "vk_object.h" #include "radix_sort/radix_sort_vk.h" +#include "bvh/vk_bvh.h" + #ifdef __cplusplus extern "C" { #endif