From cd8e1bb454bdee2745f61ee36563f31be102a43f Mon Sep 17 00:00:00 2001 From: applemonkey496 <55333787+applemonkey496@users.noreply.github.com> Date: Tue, 15 Jun 2021 11:22:42 -0700 Subject: [PATCH] Fix include for SDL_stdinc.h --- SDL2pp/SDL.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SDL2pp/SDL.hh b/SDL2pp/SDL.hh index c655d8f..df95549 100644 --- a/SDL2pp/SDL.hh +++ b/SDL2pp/SDL.hh @@ -22,7 +22,7 @@ #ifndef SDL2PP_SDL_HH #define SDL2PP_SDL_HH -#include +#include #include