missing headers for non mach
authorStefan Csomor <csomor@advancedconcepts.ch>
Sat, 21 Feb 2004 18:10:07 +0000 (18:10 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Sat, 21 Feb 2004 18:10:07 +0000 (18:10 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25902 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/mac/carbon/display.cpp
src/mac/display.cpp

index 8a4e67e695cca5e5b39050b2f91eddb7dbe2c3b7..bd1d5e8d7332389d4173c3d7f18a6b6c964eab17 100644 (file)
 #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"
index 8a4e67e695cca5e5b39050b2f91eddb7dbe2c3b7..bd1d5e8d7332389d4173c3d7f18a6b6c964eab17 100644 (file)
 #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"