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
This commit is contained in:
Stefan Csomor
2009-01-24 18:07:46 +00:00
parent 473d6885de
commit 64374d1b06

View File

@@ -43,6 +43,7 @@
#include "wx/dcscreen.h" #include "wx/dcscreen.h"
#include "wx/math.h" #include "wx/math.h"
#include "wx/settings.h" #include "wx/settings.h"
#include "wx/sizer.h"
#endif #endif
#include "wx/imaglist.h" #include "wx/imaglist.h"