https://git.reactos.org/?p=reactos.git;a=commitdiff;h=c6fbb8a5ed598306b4e0c…
commit c6fbb8a5ed598306b4e0cf5340dd1d881b66445b
Author: James Tabor <james.tabor(a)reactos.org>
AuthorDate: Sun Apr 19 18:49:46 2020 -0500
Commit: James Tabor <james.tabor(a)reactos.org>
CommitDate: Sun Apr 19 18:49:46 2020 -0500
[Win32SS] Fix build
---
win32ss/pch.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/win32ss/pch.h b/win32ss/pch.h
index 48ffb8ca322..efc390df220 100644
--- a/win32ss/pch.h
+++ b/win32ss/pch.h
@@ -67,6 +67,7 @@ typedef struct _SECURITY_ATTRIBUTES SECURITY_ATTRIBUTES,
*LPSECURITY_ATTRIBUTES;
#define _NOCSECT_TYPE
#include <ddrawi.h>
#include <imm.h>
+#include <dbt.h>
/* SEH support with PSEH */
#include <pseh/pseh2.h>