]> git.saurik.com Git - wxWidgets.git/commitdiff
fixing non-precomp headers
authorStefan Csomor <csomor@advancedconcepts.ch>
Mon, 28 Feb 2011 19:29:15 +0000 (19:29 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Mon, 28 Feb 2011 19:29:15 +0000 (19:29 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@67090 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/osx/cocoa/taskbar.mm

index 0938f3efb5e7268fdcba810b0dac7aa01d338362..800c52cee2d167588efb090f6a21f8d56ca30f6a 100644 (file)
@@ -13,6 +13,7 @@
 #if wxUSE_TASKBARICON
 
 #ifndef WX_PRECOMP
+    #include "wx/toplevel.h"
     #include "wx/menu.h"
     #include "wx/icon.h"
     #include "wx/log.h"