Bug 1263722 - Fix includes in unified mode r=bz draft
authorValentin Gosu <valentin.gosu@gmail.com>
Sun, 17 Apr 2016 22:03:24 +0200
changeset 352350 4856522516cc1d8462dce1d96ed3c1ad81c7010c
parent 350156 fb921246e2d60f521f83defed54e30a38df1be3e
child 352351 cfcc1fd815d761aebd1da83ff83ad649c03c9a24
push id15681
push uservalentin.gosu@gmail.com
push dateSun, 17 Apr 2016 20:03:55 +0000
reviewersbz
bugs1263722
milestone48.0a1
Bug 1263722 - Fix includes in unified mode r=bz MozReview-Commit-ID: KI1I6D5FEDH
dom/base/DOMMatrix.h
dom/base/PostMessageEvent.h
--- a/dom/base/DOMMatrix.h
+++ b/dom/base/DOMMatrix.h
@@ -11,16 +11,17 @@
 #include "nsISupports.h"
 #include "nsCycleCollectionParticipant.h"
 #include "mozilla/Attributes.h"
 #include "mozilla/ErrorResult.h"
 #include "nsCOMPtr.h"
 #include "mozilla/dom/BindingDeclarations.h"
 #include "mozilla/dom/TypedArray.h"
 #include "mozilla/gfx/Matrix.h" // for Matrix4x4
+#include "mozilla/dom/DOMPoint.h"
 
 namespace mozilla {
 namespace dom {
 
 class GlobalObject;
 class DOMMatrix;
 class DOMPoint;
 struct DOMPointInit;
--- a/dom/base/PostMessageEvent.h
+++ b/dom/base/PostMessageEvent.h
@@ -3,16 +3,17 @@
 /* This Source Code Form is subject to the terms of the Mozilla Public
  * License, v. 2.0. If a copy of the MPL was not distributed with this
  * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
 
 #ifndef mozilla_dom_PostMessageEvent_h
 #define mozilla_dom_PostMessageEvent_h
 
 #include "mozilla/dom/StructuredCloneHolder.h"
+#include "nsIDocument.h"
 #include "nsCOMPtr.h"
 #include "mozilla/RefPtr.h"
 #include "nsTArray.h"
 #include "nsThreadUtils.h"
 
 class nsGlobalWindow;
 class nsIDocument;
 class nsIPrincipal;