diff --git a/reactos/dll/cpl/timedate/clock.c b/reactos/dll/cpl/timedate/clock.c index eafe1bf2e8f..d4359505012 100644 --- a/reactos/dll/cpl/timedate/clock.c +++ b/reactos/dll/cpl/timedate/clock.c @@ -11,6 +11,8 @@ #include "timedate.h" +#include + typedef struct _CLOCKDATA { HBRUSH hGreyBrush; diff --git a/reactos/dll/cpl/timedate/monthcal.c b/reactos/dll/cpl/timedate/monthcal.c index c66014e5629..3caf00fc96f 100644 --- a/reactos/dll/cpl/timedate/monthcal.c +++ b/reactos/dll/cpl/timedate/monthcal.c @@ -9,6 +9,8 @@ #include "timedate.h" +#include + static const WCHAR szMonthCalWndClass[] = L"MonthCalWnd"; #define MONTHCAL_HEADERBG COLOR_INACTIVECAPTION diff --git a/reactos/dll/cpl/timedate/ntpclient.c b/reactos/dll/cpl/timedate/ntpclient.c index 6df57cf9122..7f2b524da4f 100644 --- a/reactos/dll/cpl/timedate/ntpclient.c +++ b/reactos/dll/cpl/timedate/ntpclient.c @@ -9,6 +9,8 @@ #include "timedate.h" +#include + #define TIMEOUT 4000 /* 4 second timeout */ typedef struct _INFO diff --git a/reactos/dll/cpl/timedate/timedate.h b/reactos/dll/cpl/timedate/timedate.h index d1e8c5d24cc..ecdb2a5f1ad 100644 --- a/reactos/dll/cpl/timedate/timedate.h +++ b/reactos/dll/cpl/timedate/timedate.h @@ -1,16 +1,16 @@ -#define WIN32_NO_STATUS #include + +#define _INC_WINDOWS +#define COM_NO_WINDOWS_H +#define WIN32_NO_STATUS + #include #include #include #include #include #include -#include -#define _INC_WINDOWS -#include #include -#include #include #include