add stdbool.h to properly support bool type
This commit is contained in:
parent
bdcfc48466
commit
48556b8471
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue