compilation fix: wxcrt.h, not crt.h

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46132 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2007-05-20 18:44:34 +00:00
parent e36a8aff9a
commit 4a32fcf155

View File

@@ -35,7 +35,7 @@
#endif
#include "wx/gtk/private.h"
#include "wx/crt.h"
#include "wx/wxcrt.h"
#include "wx/menu.h"