From 96f46f33878942bc3187bf7c0b971ab5bf700a88 Mon Sep 17 00:00:00 2001 From: Clownacy Date: Thu, 2 Apr 2020 00:00:12 +0100 Subject: [PATCH] Fix compilation error --- src/Backends/Rendering/SDLTexture.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Backends/Rendering/SDLTexture.cpp b/src/Backends/Rendering/SDLTexture.cpp index dd61b456..e06ca06f 100644 --- a/src/Backends/Rendering/SDLTexture.cpp +++ b/src/Backends/Rendering/SDLTexture.cpp @@ -1,6 +1,7 @@ #include "../Rendering.h" #include +#include #include #include