From 264d555073dd108e4c62d23b8b961749e34fa7e8 Mon Sep 17 00:00:00 2001 From: Clownacy Date: Fri, 3 Apr 2020 18:51:43 +0100 Subject: [PATCH] Forgot to CTRL-F goddammit --- src/Backends/Rendering/SDLTexture.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Backends/Rendering/SDLTexture.cpp b/src/Backends/Rendering/SDLTexture.cpp index 04d624c3..edc79128 100644 --- a/src/Backends/Rendering/SDLTexture.cpp +++ b/src/Backends/Rendering/SDLTexture.cpp @@ -13,7 +13,7 @@ #include "../../WindowsWrapper.h" #include "../Platform.h" -#include "SDL2/SDL2.h" +#include "../SDL2/SDL2.h" #include "../../Draw.h" #include "../../Ending.h" #include "../../MapName.h"