From 41266df7ae51f179f4a80f67a2eba896ba1fd7b2 Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Sat, 20 Mar 2021 21:39:28 +0100 Subject: Remove unnecessary system includes from public headers Add includes of system headers in the implementation files where necessary. --- src/drivers/SVG/Fl_SVG_File_Surface.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'src/drivers/SVG') diff --git a/src/drivers/SVG/Fl_SVG_File_Surface.cxx b/src/drivers/SVG/Fl_SVG_File_Surface.cxx index 08727c842..371e618e1 100644 --- a/src/drivers/SVG/Fl_SVG_File_Surface.cxx +++ b/src/drivers/SVG/Fl_SVG_File_Surface.cxx @@ -29,6 +29,7 @@ #include #include #include +#include extern "C" { #if defined(HAVE_LIBPNG) -- cgit v1.2.3