]> git.saurik.com Git - wxWidgets.git/blobdiff - src/osx/cocoa/anybutton.mm
first attempt at adding the minimal set needed for dead-key support, see #15345
[wxWidgets.git] / src / osx / cocoa / anybutton.mm
index c90127bcea52ac6a2e72db970446a836cae8d8db..299dcba2bc11811b0abf57d3804ddb91a182627a 100644 (file)
@@ -3,18 +3,18 @@
 // Purpose:     wxAnyButton
 // Author:      Stefan Csomor
 // Created:     1998-01-01 (extracted from button.mm)
-// RCS-ID:      $Id: anybutton.mm 67681 2011-05-03 16:29:04Z DS $
 // Copyright:   (c) Stefan Csomor
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 #include "wx/wxprec.h"
 
-#include "wx/button.h"
-
 #ifndef WX_PRECOMP
+#include "wx/object.h"
 #endif
 
+#include "wx/button.h"
+
 #include "wx/osx/private.h"
 
 wxSize wxAnyButton::DoGetBestSize() const