1
0
Fork 0

Oops. A change to an upstream header seems to have remove glu.h, which

these files require.  Dunno why my build didn't pick up the transitive
dependency.
This commit is contained in:
andy 2004-04-06 03:51:11 +00:00
parent 897cc6295c
commit 941f99308d
4 changed files with 8 additions and 0 deletions

View file

@ -22,6 +22,8 @@
# include <config.h>
#endif
#include <GL/glu.h>
#include <simgear/props/props.hxx>
#include <Include/general.hxx>

View file

@ -29,6 +29,8 @@
# include <windows.h>
#endif
#include <GL/glu.h>
#include <stdlib.h>
#include <stdio.h>
#include <string.h>

View file

@ -44,6 +44,8 @@
#include <stdio.h> // char related functions
#include <string.h> // strcmp()
#include <GL/glu.h>
#include <simgear/constants.h>
#include <simgear/debug/logstream.hxx>
#include <simgear/props/props.hxx>

View file

@ -29,6 +29,8 @@
#include <stdio.h> // sprintf
#include <string.h>
#include <GL/glu.h>
#include <plib/ssg.h>
#include <plib/fnt.h>