Adding missing header

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@19015 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Gregory John Casamento 2004-04-04 13:34:29 +00:00
parent 28db48ddfd
commit b1f56d5fef
2 changed files with 6 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2004-04-04 Gregory John Casamento <greg_casamento@yahoo.com>
* Headers/AppKit.h: Added NSNib.h to the #ifndef STRICT_OPENSTEP
section of the headers.
2004-04-02 Quentin Mathe <qmathe@club-internet.fr>
With the help of Fred Kiefer and Alexander Malmberg, the modifications

View file

@ -143,6 +143,7 @@
#include <AppKit/NSFileWrapper.h>
#include <AppKit/NSLayoutManager.h>
#include <AppKit/NSOutlineView.h>
#include <AppKit/NSNib.h>
#include <AppKit/NSRulerMarker.h>
#include <AppKit/NSRulerView.h>
#include <AppKit/NSTextContainer.h>