From 434c9eb58a50ea181ef87c94be81c0b405c3c514 Mon Sep 17 00:00:00 2001 From: Gilles Depeyrot Date: Sat, 26 Jan 2002 21:59:52 +0000 Subject: [PATCH] corrected includes when wxUSE_CMDLINE_PARSER is 0 git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13832 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/cmdline.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/include/wx/cmdline.h b/include/wx/cmdline.h index 498752cb47..b34d114225 100644 --- a/include/wx/cmdline.h +++ b/include/wx/cmdline.h @@ -18,11 +18,10 @@ #endif #include "wx/defs.h" +#include "wx/string.h" #if wxUSE_CMDLINE_PARSER -#include "wx/string.h" - class WXDLLEXPORT wxDateTime; // ---------------------------------------------------------------------------- -- 2.45.2