Bug 1435696 - include oleacc.h so the compiler knows what IARelationData is, r?Jamie draft
authorGijs Kruitbosch <gijskruitbosch@gmail.com>
Mon, 05 Feb 2018 12:11:48 +0000
changeset 751108 0159e7c370fc97c220d8e22fbec6c2a5dc79715a
parent 751044 ef1fefe4c6d1f95e2bdf872094e02e85c962aa86
push id97858
push userbmo:gijskruitbosch+bugs@gmail.com
push dateMon, 05 Feb 2018 12:12:55 +0000
reviewersJamie
bugs1435696
milestone60.0a1
Bug 1435696 - include oleacc.h so the compiler knows what IARelationData is, r?Jamie MozReview-Commit-ID: GJXoIcR2Cbb
accessible/ipc/win/HandlerProvider.h
--- a/accessible/ipc/win/HandlerProvider.h
+++ b/accessible/ipc/win/HandlerProvider.h
@@ -11,16 +11,18 @@
 #include "mozilla/AlreadyAddRefed.h"
 #include "mozilla/Atomics.h"
 #include "mozilla/mscom/IHandlerProvider.h"
 #include "mozilla/mscom/Ptr.h"
 #include "mozilla/mscom/StructStream.h"
 #include "mozilla/Mutex.h"
 #include "mozilla/UniquePtr.h"
 
+#include <oleacc.h>
+
 struct NEWEST_IA2_INTERFACE;
 
 namespace mozilla {
 
 namespace mscom {
 
 class StructToStream;