From f3640a7312413ef8afc2db1060137a04eea2a016 Mon Sep 17 00:00:00 2001 From: ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> Date: Sat, 23 Mar 2024 17:00:03 +0100 Subject: Add necessary #include directives --- src/fl_draw_pixmap.cxx | 1 + src/nanosvg.cxx | 1 + 2 files changed, 2 insertions(+) diff --git a/src/fl_draw_pixmap.cxx b/src/fl_draw_pixmap.cxx index 3384f2561..d2d8816e2 100644 --- a/src/fl_draw_pixmap.cxx +++ b/src/fl_draw_pixmap.cxx @@ -30,6 +30,7 @@ // The above comments were checked in as r2, and much has changed since then; // transparency added, color cube not required, etc. -erco Oct 20 2013 +#include #include #include "Fl_System_Driver.H" #include diff --git a/src/nanosvg.cxx b/src/nanosvg.cxx index abb98310b..2a4f0e987 100644 --- a/src/nanosvg.cxx +++ b/src/nanosvg.cxx @@ -34,6 +34,7 @@ // Once this is available we can remove this comment block and // the following 3-line "fix": +#include #include // must be before #define below ! static float nsvg__roundf(float x); // prototype (see nanosvgrast.h) #define roundf nsvg__roundf // redefinition (#937) -- cgit v1.2.3