From: Włodzimierz Skiba Date: Wed, 4 Aug 2004 07:03:53 +0000 (+0000) Subject: Missed defs.h inclusion. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/045c57efc3c2358eaf3781d9e0b33f7f2e4a036b Missed defs.h inclusion. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28614 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/listctrl.h b/include/wx/listctrl.h index 9497781226..e52e869167 100644 --- a/include/wx/listctrl.h +++ b/include/wx/listctrl.h @@ -16,6 +16,8 @@ #pragma interface "listctrlbase.h" #endif +#include "wx/defs.h" // headers should include this before first wxUSE_XXX check + #if wxUSE_LISTCTRL #include "wx/listbase.h"