add stdbool.h to properly support bool type
This commit is contained in:
parent
bdcfc48466
commit
48556b8471
@ -33,6 +33,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|||||||
#ifndef GLSLANG_C_IFACE_H_INCLUDED
|
#ifndef GLSLANG_C_IFACE_H_INCLUDED
|
||||||
#define GLSLANG_C_IFACE_H_INCLUDED
|
#define GLSLANG_C_IFACE_H_INCLUDED
|
||||||
|
|
||||||
|
#include <stdbool.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
|
||||||
#include "glslang_c_shader_types.h"
|
#include "glslang_c_shader_types.h"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user