PCH-less compilation fix

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57573 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2008-12-26 22:51:51 +00:00
parent 00414faf34
commit 952f427728

View File

@@ -28,6 +28,7 @@
#ifndef WX_PRECOMP
#include "wx/app.h"
#include "wx/stopwatch.h" // for wxMilliClock_t
#endif //WX_PRECOMP
// ----------------------------------------------------------------------------