From 0bc20fee71b3a187b65cb17fd6d01042a6a08ff2 Mon Sep 17 00:00:00 2001 From: Artur Wieczorek Date: Mon, 6 Apr 2015 23:40:54 +0200 Subject: [PATCH] Non-PCH wxPG build fix after cc575a. Include time.h to get wxMilliClock_t used now instead of wxLongLong for the timestamp. --- include/wx/propgrid/propgrid.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/wx/propgrid/propgrid.h b/include/wx/propgrid/propgrid.h index f51639b39d..4b1ac95968 100644 --- a/include/wx/propgrid/propgrid.h +++ b/include/wx/propgrid/propgrid.h @@ -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"