Jelajahi Sumber

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

`bool` is otherwise not defined in C.
Miguel de Icaza 4 tahun lalu
induk
melakukan
f02252e37d
1 mengubah file dengan 1 tambahan dan 0 penghapusan
  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