]> git.saurik.com Git - wxWidgets.git/commitdiff
include the headers needed for its compilation from the header itself
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 5 Apr 2008 17:05:57 +0000 (17:05 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 5 Apr 2008 17:05:57 +0000 (17:05 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53025 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/msw/private/datecontrols.h

index 3d5a86564646deb62adb4adaf10090880dbca8bc..b56e2962bc2c23e552fab54767c89ee19604f373 100644 (file)
 #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
 {