diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/gl_draw.cxx | 1 | ||||
| -rw-r--r-- | src/gl_start.cxx | 1 |
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; |
