From: Włodzimierz Skiba Date: Mon, 21 Jun 2004 10:35:38 +0000 (+0000) Subject: Array of strings is needed regardless of wxUSE_CMDLINE_PARSER. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/ee0f553126e492cd610e836adfc86a72b45b831f Array of strings is needed regardless of wxUSE_CMDLINE_PARSER. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27923 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/cmdline.h b/include/wx/cmdline.h index a6d7a0fa41..66beea5a44 100644 --- a/include/wx/cmdline.h +++ b/include/wx/cmdline.h @@ -19,11 +19,11 @@ #include "wx/defs.h" -#if wxUSE_CMDLINE_PARSER - #include "wx/string.h" #include "wx/arrstr.h" +#if wxUSE_CMDLINE_PARSER + class WXDLLIMPEXP_BASE wxDateTime; // ----------------------------------------------------------------------------