]> git.saurik.com Git - wxWidgets.git/blobdiff - src/cocoa/statline2.mm
removed assert which became incorrect after last change
[wxWidgets.git] / src / cocoa / statline2.mm
index b23deacc077af4c9dd1e35fd84eac020c59d004c..15472fb1ff5d9dd6a1829858bd08cfc5b1e4e0e2 100644 (file)
@@ -9,7 +9,10 @@
 // Licence:    wxWindows license
 /////////////////////////////////////////////////////////////////////////////
 
-#include "wx/app.h"
+#include "wx/wxprec.h"
+#ifndef WX_PRECOMP
+    #include "wx/app.h"
+#endif //WX_PRECOMP
 #include "wx/statline.h"
 
 #import <AppKit/NSBox.h>