]> git.saurik.com Git - wxWidgets.git/commitdiff
Missed defs.h inclusion.
authorWłodzimierz Skiba <abx@abx.art.pl>
Wed, 4 Aug 2004 07:03:53 +0000 (07:03 +0000)
committerWłodzimierz Skiba <abx@abx.art.pl>
Wed, 4 Aug 2004 07:03:53 +0000 (07:03 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28614 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/listctrl.h

index 94977812261864ba2f4df85906eba9c238812cba..e52e8691672214c21c6386c33ad4d13ea16eb900 100644 (file)
@@ -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"