From 021512337ea0bee698e950e44222fb391ae7cb91 Mon Sep 17 00:00:00 2001 From: fgenesis Date: Sat, 4 Jul 2020 18:12:03 +0200 Subject: [PATCH] fix build on RPi4 (and probably newer gcc), thx pelupessy Close #62 --- BBGE/Base.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/BBGE/Base.cpp b/BBGE/Base.cpp index 785e3fb8..59b08f92 100644 --- a/BBGE/Base.cpp +++ b/BBGE/Base.cpp @@ -21,6 +21,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include "Base.h" #include "Core.h" #include +#include #ifdef BBGE_BUILD_WINDOWS #include