Add missing stdio.h include to wxGTK assert dialog code.
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 8 Nov 2011 11:01:58 +0000 (11:01 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 8 Nov 2011 11:01:58 +0000 (11:01 +0000)
commitbedba0d176b5d218ee592c3051d69eda5c41dbba
tree35e355251bbede43afe1fcbc6782d25ed798a399
parent0fff3dfcbbbe99a7a2046093f8b245ce87bbe583
Add missing stdio.h include to wxGTK assert dialog code.

As we use FILE for saving the assert message to a file, we must include
<stdio.h> (which is not included from any other header, at least not under
Solaris).

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