From: Vadim Zeitlin Date: Wed, 5 May 2010 13:53:40 +0000 (+0000) Subject: Fix PCH-less compilation after recent changes. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/c14dc5541cb007424ac2df0aff6bd7bef35b76d4 Fix PCH-less compilation after recent changes. Include wx/sizer.h explicitly when not using PCH. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@64219 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/html/htmprint.cpp b/src/html/htmprint.cpp index 2bd1e572ca..c9d2609da2 100644 --- a/src/html/htmprint.cpp +++ b/src/html/htmprint.cpp @@ -24,6 +24,7 @@ #include "wx/settings.h" #include "wx/msgdlg.h" #include "wx/module.h" + #include "wx/sizer.h" #endif #include "wx/print.h"