1
0
Fork 0
mirror of https://github.com/AquariaOSE/Aquaria.git synced 2024-11-14 21:39:09 +00:00

fix build on RPi4 (and probably newer gcc), thx pelupessy

Close #62
This commit is contained in:
fgenesis 2020-07-04 18:12:03 +02:00
parent 84366ad533
commit 021512337e

View file

@ -21,6 +21,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#include "Base.h"
#include "Core.h"
#include <algorithm>
#include <signal.h>
#ifdef BBGE_BUILD_WINDOWS
#include <shellapi.h>