Fixed break in SDL builds.
git-svn-id: http://svn.berlios.de/svnroot/repos/oolite-linux/trunk@2475 127b21dd-08f5-0310-b4b7-95ae10353056
This commit is contained in:
parent
68d44cb438
commit
49b68beaa2
@ -138,7 +138,13 @@ static OOComparisonResult comparePrice(id dict1, id dict2, void * context);
|
||||
@end
|
||||
|
||||
|
||||
#import <objc/objc-class.h>
|
||||
#if __OBJC2__
|
||||
# import <objc/runtime.h>
|
||||
#else
|
||||
# if OOLITE_MAC_OS_X
|
||||
# import <objc/objc-class.h>
|
||||
# endif
|
||||
#endif
|
||||
#import "OOExhaustPlumeEntity.h"
|
||||
#import "OOFlasherEntity.h"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user