From 2622c9fb98505a94454a36c43a21eb5250873f18 Mon Sep 17 00:00:00 2001 From: zvon Date: Sat, 30 Jan 2021 22:23:45 +0100 Subject: [PATCH] SDLPP: Make compile-able in g++ --- sdlpp/sdlpp_collision.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/sdlpp/sdlpp_collision.hpp b/sdlpp/sdlpp_collision.hpp index e78e5ce..375d693 100644 --- a/sdlpp/sdlpp_collision.hpp +++ b/sdlpp/sdlpp_collision.hpp @@ -3,6 +3,7 @@ #include "sdlpp_common.hpp" #include "sdlpp_renderer.hpp" +#include namespace SDLPP { class SDLPPSCOPE CollisionPolygon {