瀏覽代碼

cocoadisplay: Add missing #import for NSEvent.

Sam Edwards 11 年之前
父節點
當前提交
53f5455d4d
共有 1 個文件被更改,包括 1 次插入0 次删除
  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.