Compilation fix (missing headers).

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20103 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Mattia Barbon 2003-04-09 17:07:25 +00:00
parent f7f78039d2
commit 1eb1eae717

View File

@ -25,7 +25,8 @@
#include "wx/app.h"
#include "wx/msgdlg.h"
#include "wx/cursor.h"
#include "wx/window.h" // for wxTopLevelWindows
#include "wx/dcmemory.h"
#include "wx/bitmap.h"
#include <ctype.h>
#include <stdarg.h>