aboutsummaryrefslogtreecommitdiff
path: root/games/connectfive/files/patch-glfont2.h
blob: 000091587751a2400a519f4863a23b3470583ace (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- glfont2.h.orig	Sat Dec 20 10:26:21 2003
+++ glfont2.h	Wed Sep 21 09:34:38 2005
@@ -8,7 +8,9 @@
 #ifndef GLFONT2_H
 #define GLFONT2_H
 
-//#include <pair.h>
+#if defined(__GNUC__) && (__GNUC__ < 3)
+#include <pair.h>
+#endif
 #include <string>
 #include <GL/gl.h>
 #include <GL/glu.h>