From 64374d1b0628da9aa157a31d63b4edfb03c98adb Mon Sep 17 00:00:00 2001 From: Stefan Csomor Date: Sat, 24 Jan 2009 18:07:46 +0000 Subject: [PATCH] bring in the definition of wxSizer, making non-precomp builds working again after r58312 git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58358 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/generic/listctrl.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/generic/listctrl.cpp b/src/generic/listctrl.cpp index e9010bfa73..a2cf79c342 100644 --- a/src/generic/listctrl.cpp +++ b/src/generic/listctrl.cpp @@ -43,6 +43,7 @@ #include "wx/dcscreen.h" #include "wx/math.h" #include "wx/settings.h" + #include "wx/sizer.h" #endif #include "wx/imaglist.h" -- 2.45.2