Added some missing headers

This commit is contained in:
Clownacy 2019-04-26 01:41:36 +01:00
parent b5a12f8888
commit 7d222231ae
2 changed files with 3 additions and 1 deletions

View file

@ -1,7 +1,8 @@
#include "Resource.h" #include "Resource.h"
#include <stdint.h> #include <stdint.h>
#include <string> #include <stdio.h>
#include <string.h>
#include <SDL_rwops.h> #include <SDL_rwops.h>

View file

@ -3,6 +3,7 @@
#include <algorithm> #include <algorithm>
#include <cmath> #include <cmath>
#include <stdint.h> #include <stdint.h>
#include <stdio.h>
#include <string> #include <string>
#include <SDL.h> #include <SDL.h>