From 4723fe81628c65f0a216614cc1feff1bc7f1849a Mon Sep 17 00:00:00 2001 From: Ian Elliott Date: Mon, 6 Jul 2015 14:34:08 -0600 Subject: icd-common: Changes to use new WSI swapchain extensions. --- icd/common/icd.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 #include #include -#include +#include "vk_wsi_swapchain.h" +#include "vk_wsi_device_swapchain.h" #if defined(__GNUC__) && __GNUC__ >= 4 # define ICD_EXPORT __attribute__((visibility("default"))) -- cgit v1.2.3