From ad2c8d677c6d27d9f6fd71505aaf273a893e18e4 Mon Sep 17 00:00:00 2001 From: Richard Frith-MacDonald Date: Thu, 13 Mar 2008 06:53:34 +0000 Subject: [PATCH] Include GSCategories.h git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@26292 72102866-910b-0410-8b05-ffd578937521 --- ChangeLog | 5 +++++ Source/Additions/GSInsensitiveDictionary.m | 2 ++ 2 files changed, 7 insertions(+) diff --git a/ChangeLog b/ChangeLog index bef66b8b3..b8bd3c578 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-03-12 Richard Frith-Macdonald + + * Source/Additions/GSInsensitiveDictionary.m: + Include GSCategories.h for NSWarnMLog + 2008-03-12 Richard Frith-Macdonald * Source/Additions/GSInsensitiveDictionary.m: diff --git a/Source/Additions/GSInsensitiveDictionary.m b/Source/Additions/GSInsensitiveDictionary.m index b0b048f88..06e982383 100644 --- a/Source/Additions/GSInsensitiveDictionary.m +++ b/Source/Additions/GSInsensitiveDictionary.m @@ -35,6 +35,8 @@ #include "Foundation/NSKeyedArchiver.h" #include "GNUstepBase/GSObjCRuntime.h" +#include "GNUstepBase/GSCategories.h" + /* * The 'Fastmap' stuff provides an inline implementation of a mapping