mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 20:01:11 +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
f47104ea91
commit
31a22a7150
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>
|
||||
|
||||
* TextConverters/RTF/RTFConsumer.m ([RTFAttribute -currentFont]):
|
||||
|
|
|
@ -138,6 +138,7 @@
|
|||
|
||||
#ifndef STRICT_OPENSTEP
|
||||
#include <AppKit/NSDrawer.h>
|
||||
#include <AppKit/NSFileWrapper.h>
|
||||
#include <AppKit/NSLayoutManager.h>
|
||||
#include <AppKit/NSOutlineView.h>
|
||||
#include <AppKit/NSTextContainer.h>
|
||||
|
|
Loading…
Reference in a new issue