From bb7e1635adb15d685a94e96b015d4bfd09cf2f05 Mon Sep 17 00:00:00 2001 From: ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> Date: Mon, 9 Oct 2023 11:16:36 +0200 Subject: macOS: remove a bunch of deprecation warnings --- src/Fl_Graphics_Driver.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Fl_Graphics_Driver.cxx') diff --git a/src/Fl_Graphics_Driver.cxx b/src/Fl_Graphics_Driver.cxx index 397b5580f..d4cc91f13 100644 --- a/src/Fl_Graphics_Driver.cxx +++ b/src/Fl_Graphics_Driver.cxx @@ -17,7 +17,7 @@ /** \file Fl_Graphics_Driver.cxx \brief Implementation of class Fl_Graphics_Driver. */ - +#include // for HAVE_GL #include /** Points to the driver that currently receives all graphics requests */ FL_EXPORT Fl_Graphics_Driver *fl_graphics_driver; -- cgit v1.2.3