- fix build with gcc46
This commit is contained in:
parent
f0feca5589
commit
eec3e3b3e5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=289152
1 changed files with 11 additions and 0 deletions
11
games/oolite/files/patch-HeadUpDisplay.m
Normal file
11
games/oolite/files/patch-HeadUpDisplay.m
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- src/Core/HeadUpDisplay.m.orig 2006-07-18 19:34:21.000000000 +0200
|
||||
+++ src/Core/HeadUpDisplay.m 2012-01-14 07:01:40.000000000 +0100
|
||||
@@ -48,6 +48,8 @@
|
||||
#import "TextureStore.h"
|
||||
#import "OOTrumble.h"
|
||||
|
||||
+#include <assert.h>
|
||||
+
|
||||
static const char *toAscii(unsigned inCodePoint);
|
||||
|
||||
@implementation HeadUpDisplay
|
Loading…
Reference in a new issue