From 929bb9d2b3ce9d523d211ea776344e1816c720db Mon Sep 17 00:00:00 2001 From: Paul Cornett Date: Fri, 28 Dec 2012 01:50:33 +0000 Subject: [PATCH 1/1] non-pch build fix git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@73284 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/html/m_tables.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/html/m_tables.cpp b/src/html/m_tables.cpp index eb3f63db79..49c61dfe5b 100644 --- a/src/html/m_tables.cpp +++ b/src/html/m_tables.cpp @@ -17,6 +17,7 @@ #ifndef WX_PRECOMP #include "wx/wxcrtvararg.h" + #include "wx/brush.h" #endif #include "wx/html/forcelnk.h" -- 2.45.2