From 4e4f8e4b13fe419efba327e4b93fe6d51d7e5067 Mon Sep 17 00:00:00 2001 From: Francois Gouget Date: Thu, 18 Oct 2007 17:14:53 +0200 Subject: [PATCH] mshtml: Add a missing import directive to mshtml.idl. --- include/mshtml.idl | 1 + 1 file changed, 1 insertion(+) diff --git a/include/mshtml.idl b/include/mshtml.idl index 35bf10d74a..b25c5e42c7 100644 --- a/include/mshtml.idl +++ b/include/mshtml.idl @@ -22,6 +22,7 @@ import "ocidl.idl"; import "dimm.idl"; +import "shtypes.idl"; cpp_quote("#include ")