From: Václav Slavík Date: Thu, 5 Jun 2008 15:05:52 +0000 (+0000) Subject: PCH-less compilation fix X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/82a46104231c6b92a174812830fa8b1abce7ad48 PCH-less compilation fix git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53986 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- 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"