From: Julian Smart Date: Tue, 30 Jul 2002 16:14:12 +0000 (+0000) Subject: Must include wx/listctrl.h unfortunately, for now X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/93e8d870e8fd77635190dc2188534dca64731fc0 Must include wx/listctrl.h unfortunately, for now git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16329 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/generic/listctrl.cpp b/src/generic/listctrl.cpp index ed221ed1ab..0c3c8e593b 100644 --- a/src/generic/listctrl.cpp +++ b/src/generic/listctrl.cpp @@ -47,7 +47,7 @@ #include "wx/textctrl.h" #endif -#include "wx/generic/listctrl.h" +#include "wx/listctrl.h" #if defined(__WXGTK__) #include