Non-PCH build fix after d892274.

Include time.h to get wxMilliClock_t used now instead of wxLongLong for the
timestamp.

Closes #16939.
This commit is contained in:
Artur Wieczorek
2015-04-06 10:51:02 +02:00
committed by Vadim Zeitlin
parent 8577366bae
commit 830458af2b

View File

@@ -45,6 +45,7 @@
#include "wx/renderer.h" // this is needed for wxCONTROL_XXX flags
#include "wx/bitmap.h" // wxBitmap used by-value
#include "wx/textentry.h"
#include "wx/time.h" // needed for wxMilliClock_t
class WXDLLIMPEXP_FWD_CORE wxTextCtrl;
class WXDLLIMPEXP_FWD_CORE wxComboPopup;