- fix build with gcc46

This commit is contained in:
Dirk Meyer 2012-01-14 06:50:28 +00:00
parent f0feca5589
commit eec3e3b3e5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=289152

View 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