From 48556b84712e0b227a14fc7c7a4b86e7cc919932 Mon Sep 17 00:00:00 2001 From: Travis Fort Date: Thu, 5 Mar 2020 20:49:49 -0500 Subject: [PATCH] add stdbool.h to properly support bool type --- glslang/Include/glslang_c_interface.h | 1 + 1 file changed, 1 insertion(+) diff --git a/glslang/Include/glslang_c_interface.h b/glslang/Include/glslang_c_interface.h index 05c707e2..25da08ab 100644 --- a/glslang/Include/glslang_c_interface.h +++ b/glslang/Include/glslang_c_interface.h @@ -33,6 +33,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. #ifndef GLSLANG_C_IFACE_H_INCLUDED #define GLSLANG_C_IFACE_H_INCLUDED +#include #include #include "glslang_c_shader_types.h"