Add missing gl includes
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10414 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
parent
fd0861436e
commit
637ead9f99
@ -24,6 +24,7 @@
|
||||
|
||||
#include <FL/Fl.H>
|
||||
#include <FL/gl.h>
|
||||
#include <FL/gl_draw.H>
|
||||
#include <FL/x.H>
|
||||
#include <FL/fl_draw.H>
|
||||
#include <FL/Fl_Device.H>
|
||||
|
@ -35,6 +35,7 @@
|
||||
#include <FL/Fl_Window.H>
|
||||
#include <FL/x.H>
|
||||
#include <FL/fl_draw.H>
|
||||
#include <FL/gl.h>
|
||||
#include "Fl_Gl_Choice.H"
|
||||
|
||||
static GLContext context;
|
||||
|
Loading…
Reference in New Issue
Block a user