From 4f7bd116f60a40ebde7202e7fc8fdfe91ba41389 Mon Sep 17 00:00:00 2001 From: Clownacy Date: Sun, 26 Jan 2020 23:57:09 +0000 Subject: [PATCH] Add missing SDL.h #includes --- src/Profile.cpp | 2 ++ src/TextScr.cpp | 2 ++ 2 files changed, 4 insertions(+) diff --git a/src/Profile.cpp b/src/Profile.cpp index 12940c6d..150e802f 100644 --- a/src/Profile.cpp +++ b/src/Profile.cpp @@ -4,6 +4,8 @@ #include #include +#include "SDL.h" + #include "WindowsWrapper.h" #include "ArmsItem.h" diff --git a/src/TextScr.cpp b/src/TextScr.cpp index 051c9a1f..77ad7d5c 100644 --- a/src/TextScr.cpp +++ b/src/TextScr.cpp @@ -4,6 +4,8 @@ #include #include +#include "SDL.h" + #include "WindowsWrapper.h" #include "ArmsItem.h"