Bug 1358828, part 1 - Add some missing includes. r=longsonr

MozReview-Commit-ID: 3nDDATmCkJV
This commit is contained in:
Jonathan Watt 2017-03-27 12:49:21 +01:00
parent 74755b0df4
commit c42adf48d9
4 changed files with 4 additions and 0 deletions

View File

@ -7,6 +7,7 @@
#include "gfxPlatform.h"
#include "gfxUtils.h"
#include "mozilla/gfx/2D.h"
#include "mozilla/gfx/Logging.h"
#include "mozilla/RefPtr.h"
#include "ImageRegion.h"
#include "Orientation.h"

View File

@ -8,6 +8,7 @@
#include "gfxUtils.h"
#include "mozilla/gfx/2D.h"
#include "mozilla/gfx/Logging.h"
#include "mozilla/RefPtr.h"
#include "nsCOMPtr.h"
#include "nsIDocument.h"

View File

@ -36,6 +36,7 @@
#include "nsString.h"
#include "nsStyleStruct.h"
#include "nsStyleUtil.h"
#include "nsSVGElement.h"
#include "nsTArray.h"
#include "nsTransitionManager.h"

View File

@ -6,6 +6,7 @@
#ifndef NS_AUTOREFERENCELIMITER_H
#define NS_AUTOREFERENCELIMITER_H
#include "Element.h"
#include "mozilla/Assertions.h"
#include "mozilla/Attributes.h"
#include "mozilla/ReentrancyGuard.h"