diff options
| author | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2022-09-23 08:46:26 +0200 |
|---|---|---|
| committer | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2022-09-23 08:46:26 +0200 |
| commit | 9c0c04c50ddcdd24e306ccaa32ebfea09dc17bc3 (patch) | |
| tree | b1e281f025ed9335b1a1f1101620dc6bd16b0cc5 /examples/OpenGL3-glut-test.cxx | |
| parent | 4b6468a80c214b4a65dd9c23eb8de0c39bfdbb25 (diff) | |
Use adequate #include for fl_wl_display().
Diffstat (limited to 'examples/OpenGL3-glut-test.cxx')
| -rw-r--r-- | examples/OpenGL3-glut-test.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/OpenGL3-glut-test.cxx b/examples/OpenGL3-glut-test.cxx index 4a8994c9f..a5060feee 100644 --- a/examples/OpenGL3-glut-test.cxx +++ b/examples/OpenGL3-glut-test.cxx @@ -14,7 +14,7 @@ // https://www.fltk.org/bugs.php // -#include <FL/Fl.H> // includes <FL/fl_config.h> +#include <FL/platform.H> #if defined(__APPLE__) # define GL_DO_NOT_WARN_IF_MULTI_GL_VERSION_HEADERS_INCLUDED 1 # include <OpenGL/gl3.h> // defines OpenGL 3.0+ functions |
