Browse Source

cocoadisplay: Add missing #import for NSEvent.

Sam Edwards 11 years ago
parent
commit
53f5455d4d
1 changed files with 1 additions and 0 deletions
  1. 1 0
      panda/src/cocoadisplay/cocoaPandaApp.h

+ 1 - 0
panda/src/cocoadisplay/cocoaPandaApp.h

@@ -13,6 +13,7 @@
 ////////////////////////////////////////////////////////////////////
 ////////////////////////////////////////////////////////////////////
 
 
 #import <AppKit/NSApplication.h>
 #import <AppKit/NSApplication.h>
+#import <AppKit/NSEvent.h>
 
 
 // This class solely exists so that we can override sendEvent in order
 // This class solely exists so that we can override sendEvent in order
 // to prevent NSApplication from eating certain keyboard events.
 // to prevent NSApplication from eating certain keyboard events.