From 34137f1ec99370ff573dbd6a0ef2fbe62eb3f0cf Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Wed, 28 Jun 2017 22:36:04 +0300 Subject: [PATCH] Add missing include to SDL2pp.hh Fixes #98 --- SDL2pp/SDL2pp.hh | 1 + 1 file changed, 1 insertion(+) diff --git a/SDL2pp/SDL2pp.hh b/SDL2pp/SDL2pp.hh index c5bf5b7..cd9d5d6 100644 --- a/SDL2pp/SDL2pp.hh +++ b/SDL2pp/SDL2pp.hh @@ -71,6 +71,7 @@ /// //////////////////////////////////////////////////////////// #include +#include #include ////////////////////////////////////////////////////////////