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"