From 7a1cf556cb370b476affacd64aa903613eebf81f Mon Sep 17 00:00:00 2001 From: richard Date: Thu, 8 Feb 2001 19:40:06 +0000 Subject: [PATCH] add include for wchar git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@9055 72102866-910b-0410-8b05-ffd578937521 --- Source/GSFormat.m | 1 + 1 file changed, 1 insertion(+) diff --git a/Source/GSFormat.m b/Source/GSFormat.m index a1fecf679..53c2bc701 100644 --- a/Source/GSFormat.m +++ b/Source/GSFormat.m @@ -67,6 +67,7 @@ #include #include #include +#include #include #ifdef HAVE_UINTMAX_T #include