From: Stefan Csomor Date: Sat, 24 Jan 2009 18:07:46 +0000 (+0000) Subject: bring in the definition of wxSizer, making non-precomp builds working again after... X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/64374d1b0628da9aa157a31d63b4edfb03c98adb 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 --- 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"