]> git.saurik.com Git - wxWidgets.git/commitdiff
added missing include file for ProjectBuilder (Mac OS X)
authorGilles Depeyrot <gilles_depeyrot@mac.com>
Mon, 5 Aug 2002 18:00:55 +0000 (18:00 +0000)
committerGilles Depeyrot <gilles_depeyrot@mac.com>
Mon, 5 Aug 2002 18:00:55 +0000 (18:00 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16374 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/generic/prntdlgg.h

index 99d4d2a97402a29383487a0bd6eaa76bbe3eec2c..18a8997583897fe0db060d0c96ebee4db8c544c6 100644 (file)
@@ -22,6 +22,7 @@
 #if wxUSE_PRINTING_ARCHITECTURE
 
 #include "wx/dialog.h"
+#include "wx/cmndata.h"
 
 #if wxUSE_POSTSCRIPT
     #include "wx/dcps.h"