1
0
Fork 0

(svn r26022) [1.3] -Fix: missing OS X headers

release/1.3
rubidium 2013-11-17 11:51:33 +00:00
parent 9fdc7a4ec9
commit c13d1d6362
2 changed files with 2 additions and 0 deletions

View File

@ -29,6 +29,7 @@
#include "../../openttd.h" #include "../../openttd.h"
#include "../../debug.h" #include "../../debug.h"
#include "../../core/geometry_type.hpp" #include "../../core/geometry_type.hpp"
#include "../../core/sort_func.hpp"
#include "cocoa_v.h" #include "cocoa_v.h"
#include "../../blitter/factory.hpp" #include "../../blitter/factory.hpp"
#include "../../fileio_func.h" #include "../../fileio_func.h"

View File

@ -36,6 +36,7 @@
#include "../../core/random_func.hpp" #include "../../core/random_func.hpp"
#include "../../core/math_func.hpp" #include "../../core/math_func.hpp"
#include "../../texteff.hpp" #include "../../texteff.hpp"
#include "../../window_func.h"
#import <sys/time.h> /* gettimeofday */ #import <sys/time.h> /* gettimeofday */