Compilation fix for wxMSW with wxUSE_MSGBOX_HOOK==0.
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 7 Aug 2013 15:44:56 +0000 (15:44 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 7 Aug 2013 15:44:56 +0000 (15:44 +0000)
commitf592a93992adce7d38b163beadd10204b495d94c
tree99f52ceaa5442d0196f69deca79aada1f7430b0a
parent2d3ae5c5377b638a5cde99bd743614e31ddb2789
Compilation fix for wxMSW with wxUSE_MSGBOX_HOOK==0.

Include wx/fontutil.h unconditionally, it's needed outside message box hook
code.

Closes #15395.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74643 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/msw/msgdlg.cpp