From 045c57efc3c2358eaf3781d9e0b33f7f2e4a036b Mon Sep 17 00:00:00 2001 From: =?utf8?q?W=C5=82odzimierz=20Skiba?= Date: Wed, 4 Aug 2004 07:03:53 +0000 Subject: [PATCH] Missed defs.h inclusion. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28614 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/listctrl.h | 2 ++ 1 file changed, 2 insertions(+) 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" -- 2.45.2