From 12980ab29c6e2947114621f667553adba053fc69 Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Mon, 9 May 2016 04:55:49 +0300 Subject: [PATCH] Fix include --- SDL2pp/Exception.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SDL2pp/Exception.hh b/SDL2pp/Exception.hh index c0f72ba..356e109 100644 --- a/SDL2pp/Exception.hh +++ b/SDL2pp/Exception.hh @@ -23,7 +23,7 @@ #define SDL2PP_EXCEPTION_HH #include -#include +#include namespace SDL2pp {