]> git.saurik.com Git - wxWidgets.git/commitdiff
added missing include files for Apple DevTools
authorGilles Depeyrot <gilles_depeyrot@mac.com>
Mon, 31 Dec 2001 19:42:49 +0000 (19:42 +0000)
committerGilles Depeyrot <gilles_depeyrot@mac.com>
Mon, 31 Dec 2001 19:42:49 +0000 (19:42 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13288 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/mac/carbon/control.cpp
src/mac/carbon/dcclient.cpp
src/mac/control.cpp
src/mac/dcclient.cpp

index 51504bfc218193911e8db124af71cbb4ca78cec2..9ee03b8a4ea3f0140b728422560593fbbea7f397 100644 (file)
@@ -19,6 +19,7 @@
 #include "wx/panel.h"
 #include "wx/app.h"
 #include "wx/dc.h"
+#include "wx/dcclient.h"
 #include "wx/notebook.h"
 #include "wx/tabctrl.h"
 #include "wx/radiobox.h"
index fa2590f1bfe35ca6712679eb936c7ce6444e45ab..467bc66238fe0a1fa96212e22c3b0365a0a061a2 100644 (file)
@@ -17,6 +17,7 @@
 #include "wx/dcmemory.h"
 #include "wx/region.h"
 #include "wx/window.h"
+#include "wx/toplevel.h"
 #include <math.h>
 
 //-----------------------------------------------------------------------------
index 51504bfc218193911e8db124af71cbb4ca78cec2..9ee03b8a4ea3f0140b728422560593fbbea7f397 100644 (file)
@@ -19,6 +19,7 @@
 #include "wx/panel.h"
 #include "wx/app.h"
 #include "wx/dc.h"
+#include "wx/dcclient.h"
 #include "wx/notebook.h"
 #include "wx/tabctrl.h"
 #include "wx/radiobox.h"
index fa2590f1bfe35ca6712679eb936c7ce6444e45ab..467bc66238fe0a1fa96212e22c3b0365a0a061a2 100644 (file)
@@ -17,6 +17,7 @@
 #include "wx/dcmemory.h"
 #include "wx/region.h"
 #include "wx/window.h"
+#include "wx/toplevel.h"
 #include <math.h>
 
 //-----------------------------------------------------------------------------