]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/bmpbuttn.cpp
Fixed compile errors, warnings and other DSMs, and improved comments.
[wxWidgets.git] / src / mac / bmpbuttn.cpp
index dbbfc52d7a6522ec580ed1f53a944d7467cd579e..d63ddcb227878ed6ea5e989331c9ce2f312ad8b2 100644 (file)
 #pragma implementation "bmpbuttn.h"
 #endif
 
+#include "wx/window.h"
 #include "wx/bmpbuttn.h"
 
 #if !USE_SHARED_LIBRARY
 IMPLEMENT_DYNAMIC_CLASS(wxBitmapButton, wxButton)
 #endif
 
-#include <wx/mac/uma.h>
+#include "wx/mac/uma.h"
 
 PicHandle MakePict(GWorldPtr wp, GWorldPtr mask ) ;