diff options
| author | Mark Lobodzinski <mark@lunarg.com> | 2015-09-01 09:00:16 -0600 |
|---|---|---|
| committer | Mark Lobodzinski <mark@lunarg.com> | 2015-09-01 15:10:13 -0600 |
| commit | f871f7748cc3ac0a943b7430df0beea26bcac148 (patch) | |
| tree | 927da44603becf354ff9bad032c59984dbfcdf9a /icd/common | |
| parent | bda5293fe613f546db4d6e6f6992d5c7c5d4d865 (diff) | |
| download | usermoji-f871f7748cc3ac0a943b7430df0beea26bcac148.tar.xz | |
headers: Add vk_sdk_platform.h for Win/Linux differences
Diffstat (limited to 'icd/common')
| -rw-r--r-- | icd/common/icd.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/icd/common/icd.h b/icd/common/icd.h index d5ea8074..bb598ecd 100644 --- a/icd/common/icd.h +++ b/icd/common/icd.h @@ -33,6 +33,7 @@ #include <vk_debug_report_lunarg.h> #include "vk_wsi_swapchain.h" #include "vk_wsi_device_swapchain.h" +#include "vk_sdk_platform.h" #if defined(__GNUC__) && __GNUC__ >= 4 # define ICD_EXPORT __attribute__((visibility("default"))) |
