From 50dd2ce4e2e3fcd0c43f04dc8080b24c8f7ca493 Mon Sep 17 00:00:00 2001 From: Chris Forbes Date: Fri, 7 Dec 2018 17:54:31 -0800 Subject: [PATCH] Fix CMake-based build MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Change-Id: I5feee7fb928a49762faa8154804fc4b0e86f60b8 Reviewed-on: https://swiftshader-review.googlesource.com/c/23169 Tested-by: Alexis Hétu Reviewed-by: Alexis Hétu --- src/Vulkan/VkCommandBuffer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Vulkan/VkCommandBuffer.cpp b/src/Vulkan/VkCommandBuffer.cpp index 6be7df8a4..94131f7f5 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 -- 2.11.0