mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-24 20:49:13 +00:00
Add missing includes.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@15721 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
765f78b9e5
commit
14ea97a747
2 changed files with 8 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
2003-01-26 20:30 Alexander Malmberg <alexander@malmberg.org>
|
||||
|
||||
* Source/NSCell.m: Add missing includes.
|
||||
|
||||
2003-01-26 20:24 Alexander Malmberg <alexander@malmberg.org>
|
||||
|
||||
* Headers/gnustep/gui/NSMenu.h: Add missing class declaration
|
||||
|
|
|
@ -36,6 +36,10 @@
|
|||
#include <Foundation/NSGeometry.h>
|
||||
#include <Foundation/NSException.h>
|
||||
#include <Foundation/NSValue.h>
|
||||
#include <Foundation/NSNotification.h>
|
||||
#include <Foundation/NSDebug.h>
|
||||
#include <Foundation/NSFormatter.h>
|
||||
#include <Foundation/NSRunLoop.h>
|
||||
|
||||
#include <AppKit/AppKitExceptions.h>
|
||||
#include <AppKit/NSAttributedString.h>
|
||||
|
|
Loading…
Reference in a new issue