Add missing macOS-specific imports
This commit is contained in:
parent
af6c69b474
commit
16cfac4829
|
|
@ -12,6 +12,7 @@
|
|||
*/
|
||||
|
||||
#import "cocoaPandaApp.h"
|
||||
#include "config_cocoadisplay.h"
|
||||
|
||||
@implementation CocoaPandaApp
|
||||
- (void) sendEvent: (NSEvent *) event {
|
||||
|
|
|
|||
|
|
@ -18,6 +18,8 @@
|
|||
#include "graphicsEngine.h"
|
||||
#include "config_display.h"
|
||||
#include "nativeWindowHandle.h"
|
||||
#include "mouseButton.h"
|
||||
#include "throw_event.h"
|
||||
|
||||
TypeHandle SubprocessWindow::_type_handle;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue