diff options
| author | Ian Elliott <ian@lunarg.com> | 2015-07-06 14:34:08 -0600 |
|---|---|---|
| committer | Courtney Goeltzenleuchter <courtney@LunarG.com> | 2015-07-17 10:05:22 -0600 |
| commit | 4723fe81628c65f0a216614cc1feff1bc7f1849a (patch) | |
| tree | 9a7e65c5b601d79f6548756ec1c34d20e82926f1 | |
| parent | 684ac6acac23d2826fd2a4b67c527a8b45a6045c (diff) | |
| download | usermoji-4723fe81628c65f0a216614cc1feff1bc7f1849a.tar.xz | |
icd-common: Changes to use new WSI swapchain extensions.
| -rw-r--r-- | icd/common/icd.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/icd/common/icd.h b/icd/common/icd.h index 497094d6..d5ea8074 100644 --- a/icd/common/icd.h +++ b/icd/common/icd.h @@ -31,7 +31,8 @@ #include <vulkan.h> #include <vk_platform.h> #include <vk_debug_report_lunarg.h> -#include <vk_wsi_lunarg.h> +#include "vk_wsi_swapchain.h" +#include "vk_wsi_device_swapchain.h" #if defined(__GNUC__) && __GNUC__ >= 4 # define ICD_EXPORT __attribute__((visibility("default"))) |
