summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorLauri Kasanen <cand@gmx.com>2014-10-30 09:18:45 +0000
committerLauri Kasanen <cand@gmx.com>2014-10-30 09:18:45 +0000
commit637ead9f9975b3037c7bd4b6808e78b137755fa0 (patch)
tree65e8b2945fa6bd4ce13bddb293cf095eb0c99041 /src
parentfd0861436ed9e006e120d55edecfb970b55e2975 (diff)
Add missing gl includes
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10414 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src')
-rw-r--r--src/gl_draw.cxx1
-rw-r--r--src/gl_start.cxx1
2 files changed, 2 insertions, 0 deletions
diff --git a/src/gl_draw.cxx b/src/gl_draw.cxx
index 9cb6727ff..0fc339d56 100644
--- a/src/gl_draw.cxx
+++ b/src/gl_draw.cxx
@@ -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>
diff --git a/src/gl_start.cxx b/src/gl_start.cxx
index c14fc9625..42ce1ee99 100644
--- a/src/gl_start.cxx
+++ b/src/gl_start.cxx
@@ -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;