From 823aaeb9c4c84198ccc224f4b3097ebed65cb229 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sat, 5 Apr 2008 17:05:57 +0000 Subject: [PATCH] include the headers needed for its compilation from the header itself git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53025 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/msw/private/datecontrols.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/include/wx/msw/private/datecontrols.h b/include/wx/msw/private/datecontrols.h index 3d5a865646..b56e2962bc 100644 --- a/include/wx/msw/private/datecontrols.h +++ b/include/wx/msw/private/datecontrols.h @@ -11,6 +11,10 @@ #ifndef _MSW_PRIVATE_DATECONTROLS_H_ #define _MSW_PRIVATE_DATECONTROLS_H_ +#include "wx/datetime.h" + +#include "wx/msw/wrapwin.h" + // namespace for the helper functions related to the date controls namespace wxMSWDateControls { -- 2.45.2