From 9c9231840a0eeb679544041df7976ae569dcd1c3 Mon Sep 17 00:00:00 2001 From: Tobin Ehlis Date: Mon, 2 Nov 2015 13:12:18 -0700 Subject: layers: Fix Swapchain include dependency for Windows build break --- layers/swapchain.cpp | 1 - layers/swapchain.h | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/layers/swapchain.cpp b/layers/swapchain.cpp index 194970c6..46c8aad3 100644 --- a/layers/swapchain.cpp +++ b/layers/swapchain.cpp @@ -28,7 +28,6 @@ #include #include #include "swapchain.h" -#include "vk_loader_platform.h" #include "vk_layer_extension_utils.h" // FIXME/TODO: Make sure this layer is thread-safe! diff --git a/layers/swapchain.h b/layers/swapchain.h index b2435e1f..cc9e5013 100644 --- a/layers/swapchain.h +++ b/layers/swapchain.h @@ -28,6 +28,7 @@ #ifndef SWAPCHAIN_H #define SWAPCHAIN_H +#include "vk_loader_platform.h" #include "vk_layer.h" #include "vk_debug_report_lunarg.h" #include "vk_layer_config.h" -- cgit v1.2.3