diff options
| author | Yamakaky <yamakaky@yamaworld.fr> | 2017-03-13 11:06:49 -0400 |
|---|---|---|
| committer | Mark Young <marky@lunarg.com> | 2017-03-13 10:25:40 -0600 |
| commit | 4adbe6f8cb46c6b1f9882e6dd3dcc3586c58afa7 (patch) | |
| tree | 54338ee3e0a16e09f6e317b6d8c9eb9853ef1ab7 /include/vulkan | |
| parent | 3e2cbb2ca47416711ed1c0b82a3d3e71927bf526 (diff) | |
| download | usermoji-4adbe6f8cb46c6b1f9882e6dd3dcc3586c58afa7.tar.xz | |
headers: Add missing include to vk_icd.h
Diffstat (limited to 'include/vulkan')
| -rw-r--r-- | include/vulkan/vk_icd.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/vulkan/vk_icd.h b/include/vulkan/vk_icd.h index 748e552d..668a4d18 100644 --- a/include/vulkan/vk_icd.h +++ b/include/vulkan/vk_icd.h @@ -24,6 +24,7 @@ #define VKICD_H #include "vulkan.h" +#include <stdbool.h> // Loader-ICD version negotiation API. Versions add the following features: // Version 0 - Initial. Doesn't support vk_icdGetInstanceProcAddr |
