fix PCH-less build after last change (closes #10678)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60009 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2009-04-04 11:38:45 +00:00
parent a4fec5b41e
commit ba7e7253c6

View File

@ -24,6 +24,7 @@
#ifndef WX_PRECOMP
#include "wx/string.h"
#include "wx/wxcrtvararg.h"
#include "wx/log.h"
#endif
#include <ctype.h>