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
This commit is contained in:
Vadim Zeitlin 2014-06-09 21:31:34 +00:00
parent b6469b4369
commit 8aabad5e4c

View File

@ -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"