Explorar o código

C conformance: Include stdbool.h to define `bool`

`bool` is otherwise not defined in C.
Miguel de Icaza %!s(int64=4) %!d(string=hai) anos
pai
achega
f02252e37d
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      modules/gdnative/include/gdnative/math_defs.h

+ 1 - 0
modules/gdnative/include/gdnative/math_defs.h

@@ -35,6 +35,7 @@
 extern "C" {
 #endif
 
+#include <stdbool.h>
 #include <stdint.h>
 
 ////// bool