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

include/wx/mac/private.h

index c7d5bedf729c230445dcb517f90444496180163e..1e2aa805d589d6db862950fa17772c74cd8c925f 100644 (file)
@@ -15,6 +15,7 @@
 #define _WX_PRIVATE_H_
 
 #include "wx/defs.h"
+#include "wx/window.h"
 
 #if defined(__POWERPC__) && defined(__DARWIN__)
         #include <Carbon/Carbon.h>