Răsfoiți Sursa

cocoadisplay: Add missing #import for NSEvent.

Sam Edwards 11 ani în urmă
părinte
comite
53f5455d4d
1 a modificat fișierele cu 1 adăugiri și 0 ștergeri
  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/NSEvent.h>
 
 // This class solely exists so that we can override sendEvent in order
 // to prevent NSApplication from eating certain keyboard events.