Added some missing headers
This commit is contained in:
parent
b5a12f8888
commit
7d222231ae
2 changed files with 3 additions and 1 deletions
|
@ -1,7 +1,8 @@
|
|||
#include "Resource.h"
|
||||
|
||||
#include <stdint.h>
|
||||
#include <string>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
||||
#include <SDL_rwops.h>
|
||||
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
#include <algorithm>
|
||||
#include <cmath>
|
||||
#include <stdint.h>
|
||||
#include <stdio.h>
|
||||
#include <string>
|
||||
|
||||
#include <SDL.h>
|
||||
|
|
Loading…
Add table
Reference in a new issue