mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-12 07:34:50 +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>
|
#include <sys/stat.h>
|
||||||
|
|
||||||
|
#ifdef __APPLE__
|
||||||
|
#include <CoreServices/CoreServices.h>
|
||||||
|
#endif // __APPLE__
|
||||||
|
|
||||||
#include "doomerrors.h"
|
#include "doomerrors.h"
|
||||||
#include "d_main.h"
|
#include "d_main.h"
|
||||||
#include "zstring.h"
|
#include "zstring.h"
|
||||||
|
|
Loading…
Reference in a new issue