From f02252e37d043c58f9f5414196303196c2c45f20 Mon Sep 17 00:00:00 2001 From: Miguel de Icaza Date: Mon, 1 Feb 2021 23:26:20 -0500 Subject: [PATCH] C conformance: Include stdbool.h to define `bool` `bool` is otherwise not defined in C. --- modules/gdnative/include/gdnative/math_defs.h | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/gdnative/include/gdnative/math_defs.h b/modules/gdnative/include/gdnative/math_defs.h index 05de157dd07..b5cf3895064 100644 --- a/modules/gdnative/include/gdnative/math_defs.h +++ b/modules/gdnative/include/gdnative/math_defs.h @@ -35,6 +35,7 @@ extern "C" { #endif +#include #include ////// bool