From 234d637b00c3ee93aa31c40934e4fa63bb8d1d80 Mon Sep 17 00:00:00 2001 From: Nicola Pero Date: Tue, 2 Apr 2002 11:13:36 +0000 Subject: [PATCH] Added missing #include git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@13300 72102866-910b-0410-8b05-ffd578937521 --- Source/Functions.m | 1 + Source/NSEPSImageRep.m | 1 + Source/NSFontManager.m | 2 ++ 3 files changed, 4 insertions(+) diff --git a/Source/Functions.m b/Source/Functions.m index 9e3a261c0..fdb36ba6e 100644 --- a/Source/Functions.m +++ b/Source/Functions.m @@ -36,6 +36,7 @@ #include #include #include +#include #include char **NSArgv = NULL; diff --git a/Source/NSEPSImageRep.m b/Source/NSEPSImageRep.m index afd335bf3..7f1b29ca9 100644 --- a/Source/NSEPSImageRep.m +++ b/Source/NSEPSImageRep.m @@ -26,6 +26,7 @@ */ #include +#include #include #include #include diff --git a/Source/NSFontManager.m b/Source/NSFontManager.m index 55ac54211..2dbc04cb1 100644 --- a/Source/NSFontManager.m +++ b/Source/NSFontManager.m @@ -29,6 +29,8 @@ #include #include #include +#include +#include #include #include #include