From: Gilles Depeyrot Date: Mon, 31 Dec 2001 19:42:49 +0000 (+0000) Subject: added missing include files for Apple DevTools X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/456c94e1947c298afa4a3d3e6a36a4365b4fb2bd added missing include files for Apple DevTools git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13288 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/mac/carbon/control.cpp b/src/mac/carbon/control.cpp index 51504bfc21..9ee03b8a4e 100644 --- a/src/mac/carbon/control.cpp +++ b/src/mac/carbon/control.cpp @@ -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" diff --git a/src/mac/carbon/dcclient.cpp b/src/mac/carbon/dcclient.cpp index fa2590f1bf..467bc66238 100644 --- a/src/mac/carbon/dcclient.cpp +++ b/src/mac/carbon/dcclient.cpp @@ -17,6 +17,7 @@ #include "wx/dcmemory.h" #include "wx/region.h" #include "wx/window.h" +#include "wx/toplevel.h" #include //----------------------------------------------------------------------------- diff --git a/src/mac/control.cpp b/src/mac/control.cpp index 51504bfc21..9ee03b8a4e 100644 --- a/src/mac/control.cpp +++ b/src/mac/control.cpp @@ -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" diff --git a/src/mac/dcclient.cpp b/src/mac/dcclient.cpp index fa2590f1bf..467bc66238 100644 --- a/src/mac/dcclient.cpp +++ b/src/mac/dcclient.cpp @@ -17,6 +17,7 @@ #include "wx/dcmemory.h" #include "wx/region.h" #include "wx/window.h" +#include "wx/toplevel.h" #include //-----------------------------------------------------------------------------