]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/carbon/display.cpp
Allow app to call SetWindowVariant before creation of control
[wxWidgets.git] / src / mac / carbon / display.cpp
index 8a4e67e695cca5e5b39050b2f91eddb7dbe2c3b7..8786306211cd32f54629b3950fd45b4c39b4d5c3 100644 (file)
 #ifndef WX_PRECOMP
    #include "wx/dynarray.h"
    #include "wx/log.h"
+   #include "wx/msgdlg.h"
 #endif
 
 #ifdef __DARWIN__
     #include <Carbon/Carbon.h>
 #else
+    #include <Gestalt.h>
     #include <Displays.h>
     #include <Quickdraw.h>
     #include <Video.h>  //for VDSwitchInfoRec
+    #include <FixMath.h>
 #endif
 
 #include "wx/display.h"