ref: 7d222231ae61d647199d97684fda25a94070e59f
parent: b5a12f88880927ca3e4143f75071601dbf540803
author: Clownacy <Clownacy@users.noreply.github.com>
date: Thu Apr 25 21:41:36 EDT 2019
Added some missing headers
--- a/src/Resource.cpp
+++ b/src/Resource.cpp
@@ -1,7 +1,8 @@
#include "Resource.h"
#include <stdint.h>
-#include <string>
+#include <stdio.h>
+#include <string.h>
#include <SDL_rwops.h>
--- a/src/Sound.cpp
+++ b/src/Sound.cpp
@@ -3,6 +3,7 @@
#include <algorithm>
#include <cmath>
#include <stdint.h>
+#include <stdio.h>
#include <string>
#include <SDL.h>