From 8aabad5e4cbfecbb51b320ec2620756213a2eb32 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Mon, 9 Jun 2014 21:31:34 +0000 Subject: [PATCH] Fix wxMSW build without PCH after recent wxListBox font fix. This should have been part of r76673. See #3577. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@76678 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/msw/listbox.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/msw/listbox.cpp b/src/msw/listbox.cpp index 5509e049cf..aa1a3ef367 100644 --- a/src/msw/listbox.cpp +++ b/src/msw/listbox.cpp @@ -25,6 +25,7 @@ #include "wx/brush.h" #include "wx/font.h" #include "wx/dc.h" + #include "wx/dcclient.h" #include "wx/utils.h" #include "wx/log.h" #include "wx/window.h"