Fix CMake-based build Change-Id: I5feee7fb928a49762faa8154804fc4b0e86f60b8 Reviewed-on: https://swiftshader-review.googlesource.com/c/23169 Tested-by: Alexis Hétu <sugoi@google.com> Reviewed-by: Alexis Hétu <sugoi@google.com>
diff --git a/src/Vulkan/VkCommandBuffer.cpp b/src/Vulkan/VkCommandBuffer.cpp index 6be7df8..94131f7 100644 --- a/src/Vulkan/VkCommandBuffer.cpp +++ b/src/Vulkan/VkCommandBuffer.cpp
@@ -17,7 +17,7 @@ #include "VkFramebuffer.hpp" #include "VkImage.hpp" #include "VkPipeline.hpp" -#include "VkRenderpass.hpp" +#include "VkRenderPass.hpp" #include "Device/Renderer.hpp" #include <cstring>