From: Gilles Depeyrot Date: Sun, 20 Jan 2002 17:52:57 +0000 (+0000) Subject: added missing include files for Apple DevTools X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/0e13e96566b227b8f0bebc7f86935d046d84a09b added missing include files for Apple DevTools git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13704 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/mac/carbon/cursor.cpp b/src/mac/carbon/cursor.cpp index 374a67e9c0..23b9eb4c0c 100644 --- a/src/mac/carbon/cursor.cpp +++ b/src/mac/carbon/cursor.cpp @@ -13,6 +13,9 @@ #pragma implementation "cursor.h" #endif +#include "wx/defs.h" + +#include "wx/app.h" #include "wx/cursor.h" #include "wx/icon.h" #include "wx/mac/private.h" diff --git a/src/mac/cursor.cpp b/src/mac/cursor.cpp index 374a67e9c0..23b9eb4c0c 100644 --- a/src/mac/cursor.cpp +++ b/src/mac/cursor.cpp @@ -13,6 +13,9 @@ #pragma implementation "cursor.h" #endif +#include "wx/defs.h" + +#include "wx/app.h" #include "wx/cursor.h" #include "wx/icon.h" #include "wx/mac/private.h"