Browse Source

Merge pull request #45653 from migueldeicaza/patch-1

C conformance: Replace "bool" as the base definition for boolean with char
Rémi Verschelde 4 years ago
parent
commit
235d891e00
1 changed files with 1 additions and 0 deletions
  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" {
 extern "C" {
 #endif
 #endif
 
 
+#include <stdbool.h>
 #include <stdint.h>
 #include <stdint.h>
 
 
 ////// bool
 ////// bool