From: Gilles Depeyrot Date: Mon, 5 Aug 2002 18:00:55 +0000 (+0000) Subject: added missing include file for ProjectBuilder (Mac OS X) X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/d7a7bd6d27cf2d3bb23c5ceeccbcbe74cf83b4ec?ds=inline added missing include file for ProjectBuilder (Mac OS X) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16374 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/generic/prntdlgg.h b/include/wx/generic/prntdlgg.h index 99d4d2a974..18a8997583 100644 --- a/include/wx/generic/prntdlgg.h +++ b/include/wx/generic/prntdlgg.h @@ -22,6 +22,7 @@ #if wxUSE_PRINTING_ARCHITECTURE #include "wx/dialog.h" +#include "wx/cmndata.h" #if wxUSE_POSTSCRIPT #include "wx/dcps.h"