From 82a46104231c6b92a174812830fa8b1abce7ad48 Mon Sep 17 00:00:00 2001 From: =?utf8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Thu, 5 Jun 2008 15:05:52 +0000 Subject: [PATCH] PCH-less compilation fix git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53986 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/html/htmlwin.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/html/htmlwin.cpp b/src/html/htmlwin.cpp index 67ab8a7f66..3ef8f9a1f9 100644 --- a/src/html/htmlwin.cpp +++ b/src/html/htmlwin.cpp @@ -25,6 +25,7 @@ #include "wx/timer.h" #include "wx/settings.h" #include "wx/dataobj.h" + #include "wx/statusbr.h" #endif #include "wx/html/htmlwin.h" -- 2.50.0