From c14dc5541cb007424ac2df0aff6bd7bef35b76d4 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Wed, 5 May 2010 13:53:40 +0000 Subject: [PATCH] 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 --- src/html/htmprint.cpp | 1 + 1 file changed, 1 insertion(+) 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" -- 2.47.2