Non-PCH wxPG build fix after cc575a.

Include time.h to get wxMilliClock_t used now instead of wxLongLong for the timestamp.
This commit is contained in:
Artur Wieczorek
2015-04-06 23:40:54 +02:00
parent 830458af2b
commit 0bc20fee71

View File

@@ -22,6 +22,7 @@
#include "wx/tooltip.h"
#include "wx/datetime.h"
#include "wx/recguard.h"
#include "wx/time.h" // needed for wxMilliClock_t
#include "wx/propgrid/property.h"
#include "wx/propgrid/propgridiface.h"