]> git.saurik.com Git - wxWidgets.git/commitdiff
added missing include files for Apple DevTools
authorGilles Depeyrot <gilles_depeyrot@mac.com>
Sun, 20 Jan 2002 17:52:57 +0000 (17:52 +0000)
committerGilles Depeyrot <gilles_depeyrot@mac.com>
Sun, 20 Jan 2002 17:52:57 +0000 (17:52 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13704 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/mac/carbon/cursor.cpp
src/mac/cursor.cpp

index 374a67e9c0902bab282534fffa6022f4c0bdd672..23b9eb4c0cd80eceec8e03a168fb648b711f5678 100644 (file)
@@ -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"
index 374a67e9c0902bab282534fffa6022f4c0bdd672..23b9eb4c0cd80eceec8e03a168fb648b711f5678 100644 (file)
@@ -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"