mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-25 01:31:08 +00:00
Include GSCategories.h
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@26292 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
11c344aabf
commit
ad2c8d677c
2 changed files with 7 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2008-03-12 Richard Frith-Macdonald <rfm@gnu.org>
|
||||||
|
|
||||||
|
* Source/Additions/GSInsensitiveDictionary.m:
|
||||||
|
Include GSCategories.h for NSWarnMLog
|
||||||
|
|
||||||
2008-03-12 Richard Frith-Macdonald <rfm@gnu.org>
|
2008-03-12 Richard Frith-Macdonald <rfm@gnu.org>
|
||||||
|
|
||||||
* Source/Additions/GSInsensitiveDictionary.m:
|
* Source/Additions/GSInsensitiveDictionary.m:
|
||||||
|
|
|
@ -35,6 +35,8 @@
|
||||||
#include "Foundation/NSKeyedArchiver.h"
|
#include "Foundation/NSKeyedArchiver.h"
|
||||||
|
|
||||||
#include "GNUstepBase/GSObjCRuntime.h"
|
#include "GNUstepBase/GSObjCRuntime.h"
|
||||||
|
#include "GNUstepBase/GSCategories.h"
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* The 'Fastmap' stuff provides an inline implementation of a mapping
|
* The 'Fastmap' stuff provides an inline implementation of a mapping
|
||||||
|
|
Loading…
Reference in a new issue