From a664b119deaf57b48bb8573c720ff7cbb9c96ac3 Mon Sep 17 00:00:00 2001 From: saschawillems Date: Sun, 12 Feb 2017 10:48:46 +0100 Subject: [PATCH] Fixed include --- deferredshadows/deferredshadows.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deferredshadows/deferredshadows.cpp b/deferredshadows/deferredshadows.cpp index 2c90c85a..832215db 100644 --- a/deferredshadows/deferredshadows.cpp +++ b/deferredshadows/deferredshadows.cpp @@ -21,7 +21,7 @@ #include #include "vulkanexamplebase.h" #include "VulkanBuffer.hpp" -#include "VulkanFramebuffer.hpp" +#include "VulkanFrameBuffer.hpp" #include "VulkanTexture.hpp" #include "VulkanModel.hpp"