Added missing includes to prevent compilation problem.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@14681 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Gregory John Casamento 2002-10-09 03:14:50 +00:00
parent ca8fb4f95a
commit 8fa0fa28bc
3 changed files with 7 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2002-10-08 Gregory John Casamento <greg_casamento@yahoo.com>
* Gorm.h : Added missing include.
* GormCustomView.h : Added missing include.
2002-10-08 Pierre-Yves Rivaille <pyrivail@ens-lyon.fr>
* Gorm.m: added menu item for "group in scroll view".

1
Gorm.h
View file

@ -29,6 +29,7 @@
#include <AppKit/AppKit.h>
#include <AppKit/NSNibConnector.h>
#include <AppKit/NSNibLoading.h>
#include <AppKit/GSNibTemplates.h>
/*
* Positions of handles for resizing items.

View file

@ -28,6 +28,7 @@
#include <AppKit/NSFont.h>
#import <AppKit/NSNibLoading.h>
#import <AppKit/GSNibTemplates.h>
@class GSCustomView;