mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-01 23:50:57 +00:00
Added missing include header in AppKit/AppKit.h
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@14723 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
8025edcb43
commit
a29dff6d37
2 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
Fri Oct 11 15:10:42 2002 Nicola Pero <n.pero@mi.flashnet.it>
|
||||||
|
|
||||||
|
* Headers/gnustep/gui/AppKit.h: Include AppKit/NSFileWrapper.h
|
||||||
|
(Reported by Ludovic Marcotte <ludovic@Sophos.ca>).
|
||||||
|
|
||||||
Fri Oct 11 01:37:57 2002 Nicola Pero <n.pero@mi.flashnet.it>
|
Fri Oct 11 01:37:57 2002 Nicola Pero <n.pero@mi.flashnet.it>
|
||||||
|
|
||||||
* TextConverters/RTF/RTFConsumer.m ([RTFAttribute -currentFont]):
|
* TextConverters/RTF/RTFConsumer.m ([RTFAttribute -currentFont]):
|
||||||
|
|
|
@ -138,6 +138,7 @@
|
||||||
|
|
||||||
#ifndef STRICT_OPENSTEP
|
#ifndef STRICT_OPENSTEP
|
||||||
#include <AppKit/NSDrawer.h>
|
#include <AppKit/NSDrawer.h>
|
||||||
|
#include <AppKit/NSFileWrapper.h>
|
||||||
#include <AppKit/NSLayoutManager.h>
|
#include <AppKit/NSLayoutManager.h>
|
||||||
#include <AppKit/NSOutlineView.h>
|
#include <AppKit/NSOutlineView.h>
|
||||||
#include <AppKit/NSTextContainer.h>
|
#include <AppKit/NSTextContainer.h>
|
||||||
|
|
Loading…
Reference in a new issue