Added missing #include

This commit is contained in:
alexey.lysiuk 2014-12-16 22:46:24 +02:00
parent 83c8f44cc4
commit b9d83e88c9
1 changed files with 4 additions and 0 deletions

View File

@ -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"