diff options
| author | Tobin Ehlis <tobin@lunarg.com> | 2015-11-02 13:12:18 -0700 |
|---|---|---|
| committer | Tobin Ehlis <tobin@lunarg.com> | 2015-11-02 13:12:18 -0700 |
| commit | 9c9231840a0eeb679544041df7976ae569dcd1c3 (patch) | |
| tree | f0c37777a83da71433266900e237cf628204a6a1 /layers | |
| parent | e0ba544bf922f9c92274b8f11481a8904905400b (diff) | |
| download | usermoji-9c9231840a0eeb679544041df7976ae569dcd1c3.tar.xz | |
layers: Fix Swapchain include dependency for Windows build break
Diffstat (limited to 'layers')
| -rw-r--r-- | layers/swapchain.cpp | 1 | ||||
| -rw-r--r-- | layers/swapchain.h | 1 |
2 files changed, 1 insertions, 1 deletions
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 <stdio.h> #include <string.h> #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" |
