mirror of
https://github.com/gnustep/apps-gorm.git
synced 2025-02-24 03:51:22 +00:00
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:
parent
ca8fb4f95a
commit
8fa0fa28bc
3 changed files with 7 additions and 0 deletions
|
@ -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
1
Gorm.h
|
@ -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.
|
||||
|
|
|
@ -28,6 +28,7 @@
|
|||
#include <AppKit/NSFont.h>
|
||||
|
||||
#import <AppKit/NSNibLoading.h>
|
||||
#import <AppKit/GSNibTemplates.h>
|
||||
|
||||
@class GSCustomView;
|
||||
|
||||
|
|
Loading…
Reference in a new issue