diff options
| author | Mark Lobodzinski <mark@lunarg.com> | 2015-11-26 10:59:58 -0700 |
|---|---|---|
| committer | Jon Ashburn <jon@lunarg.com> | 2015-12-01 10:26:05 -0700 |
| commit | b7f1f248e160f91a251a9089c893ebc7b83fc43a (patch) | |
| tree | 88811f0684190f831cf6508d974d702306290c5d /layers/swapchain.cpp | |
| parent | acf4589cedc97a4183061958ec2faf69e23bda8d (diff) | |
| download | usermoji-b7f1f248e160f91a251a9089c893ebc7b83fc43a.tar.xz | |
wsi: Various fixes and Windows build issues
Diffstat (limited to 'layers/swapchain.cpp')
| -rw-r--r-- | layers/swapchain.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/layers/swapchain.cpp b/layers/swapchain.cpp index 0bc80f19..9348f7f7 100644 --- a/layers/swapchain.cpp +++ b/layers/swapchain.cpp @@ -26,6 +26,7 @@ #include <stdio.h> #include <string.h> +#include <vk_loader_platform.h> #include "swapchain.h" #include "vk_layer_extension_utils.h" |
