From 93e8d870e8fd77635190dc2188534dca64731fc0 Mon Sep 17 00:00:00 2001 From: Julian Smart Date: Tue, 30 Jul 2002 16:14:12 +0000 Subject: [PATCH] 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 --- src/generic/listctrl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.50.0