From be7d3f26a2d4ec5e7fbe8e4ba3d884c97c849841 Mon Sep 17 00:00:00 2001 From: Ms2ger Date: Fri, 6 Sep 2013 08:43:04 +0200 Subject: [PATCH] Bug 909003 - Part a: Add missing includes to TypedArray.h; r=bz --- dom/bindings/TypedArray.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dom/bindings/TypedArray.h b/dom/bindings/TypedArray.h index 99898179b08..f982b8a879b 100644 --- a/dom/bindings/TypedArray.h +++ b/dom/bindings/TypedArray.h @@ -7,10 +7,12 @@ #ifndef mozilla_dom_TypedArray_h #define mozilla_dom_TypedArray_h -#include "jsfriendapi.h" #include "jsapi.h" +#include "jsfriendapi.h" +#include "js/RootingAPI.h" #include "mozilla/Attributes.h" #include "mozilla/dom/BindingDeclarations.h" +#include "mozilla/Util.h" // for Maybe #include "nsWrapperCache.h" namespace mozilla {