From ee0f553126e492cd610e836adfc86a72b45b831f Mon Sep 17 00:00:00 2001 From: =?utf8?q?W=C5=82odzimierz=20Skiba?= Date: Mon, 21 Jun 2004 10:35:38 +0000 Subject: [PATCH] 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 --- include/wx/cmdline.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; // ---------------------------------------------------------------------------- -- 2.45.2