mirror of https://github.com/OpenTTD/OpenTTD
(svn r26022) [1.3] -Fix: missing OS X headers
parent
9fdc7a4ec9
commit
c13d1d6362
|
@ -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"
|
||||||
|
|
|
@ -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 */
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue