mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-27 07:03:36 -04:00
cocoadisplay: Fix compilation errors due to missing includes
This commit is contained in:
parent
52dc6dbd28
commit
53f32e440e
@ -16,8 +16,12 @@
|
||||
#include "displayInformation.h"
|
||||
|
||||
#import <Foundation/NSAutoreleasePool.h>
|
||||
#import <Foundation/NSArray.h>
|
||||
#import <Foundation/NSDictionary.h>
|
||||
#import <Foundation/NSThread.h>
|
||||
#import <AppKit/NSApplication.h>
|
||||
#import <AppKit/NSRunningApplication.h>
|
||||
#import <AppKit/NSScreen.h>
|
||||
|
||||
#include <mach-o/arch.h>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user