From 4af5cca4a3838e4c89a5badd63f8d309fe1ed91f Mon Sep 17 00:00:00 2001 From: Gilles Depeyrot Date: Wed, 8 May 2002 19:44:08 +0000 Subject: [PATCH] added missing include file git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15439 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 5c3f71cbd9..8cd032ff03 100644 --- a/src/html/htmprint.cpp +++ b/src/html/htmprint.cpp @@ -26,6 +26,7 @@ #include "wx/log.h" #include "wx/intl.h" #include "wx/dc.h" + #include "wx/msgdlg.h" #endif #if wxUSE_HTML && wxUSE_PRINTING_ARCHITECTURE && wxUSE_STREAMS -- 2.45.2