mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 15:11:37 +00:00
Added missing #includes
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@13312 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
c00d0637e6
commit
2f50949d34
1 changed files with 2 additions and 0 deletions
|
@ -28,6 +28,8 @@
|
|||
#include <AppKit/NSApplication.h>
|
||||
#include <AppKit/NSComboBox.h>
|
||||
#include <AppKit/NSComboBoxCell.h>
|
||||
#include <AppKit/NSEvent.h>
|
||||
#include <AppKit/NSWindow.h>
|
||||
|
||||
@interface NSObject(MouseUpping)
|
||||
- (NSEvent *)_mouseUpEvent;
|
||||
|
|
Loading…
Reference in a new issue