mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-11 07:12:16 +00:00
Added missing #include
This commit is contained in:
parent
83c8f44cc4
commit
b9d83e88c9
1 changed files with 4 additions and 0 deletions
|
@ -34,6 +34,10 @@
|
|||
|
||||
#include <sys/stat.h>
|
||||
|
||||
#ifdef __APPLE__
|
||||
#include <CoreServices/CoreServices.h>
|
||||
#endif // __APPLE__
|
||||
|
||||
#include "doomerrors.h"
|
||||
#include "d_main.h"
|
||||
#include "zstring.h"
|
||||
|
|
Loading…
Reference in a new issue