https://git.reactos.org/?p=reactos.git;a=commitdiff;h=57cda5aa7d072db5b522a6fad4d9d03ecaf8b608
commit 57cda5aa7d072db5b522a6fad4d9d03ecaf8b608 Author: Amine Khaldi <[email protected]> AuthorDate: Sun Oct 8 12:28:23 2017 +0100 [MSDMO] Fix build. --- dll/directx/wine/msdmo/precomp.h | 1 + 1 file changed, 1 insertion(+) diff --git a/dll/directx/wine/msdmo/precomp.h b/dll/directx/wine/msdmo/precomp.h index d952772c24..ceb8d707d8 100644 --- a/dll/directx/wine/msdmo/precomp.h +++ b/dll/directx/wine/msdmo/precomp.h @@ -11,6 +11,7 @@ #include <windef.h> #include <winbase.h> +#include <wingdi.h> #include <objbase.h> #include <wine/debug.h>
