Skip to content

Commit 90c0096

Browse files
committed
Fix compilation on OS 10.7
Missing header
1 parent 7fb935c commit 90c0096

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mythtv/libs/libmythui/mythrender_opengl.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313

1414
#ifdef Q_WS_MACX
1515
#include "util-osx.h"
16+
#import <glu.h>
1617
#import <agl.h>
1718
#endif
1819

0 commit comments

Comments
 (0)