From fbfe2d4e7caa118e1b609151bc72e7e5c7ac0f32 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Fri, 12 Sep 2008 21:19:52 +0000 Subject: [PATCH] PCH-less compilation fix git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55577 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/propgrid/propgridpagestate.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/propgrid/propgridpagestate.cpp b/src/propgrid/propgridpagestate.cpp index 425ab026da..859dff0d51 100644 --- a/src/propgrid/propgridpagestate.cpp +++ b/src/propgrid/propgridpagestate.cpp @@ -45,6 +45,7 @@ #include "wx/statusbr.h" #include "wx/intl.h" #include "wx/frame.h" + #include "wx/stopwatch.h" #endif // This define is necessary to prevent macro clearing -- 2.47.2