Commit b0da9aaf authored by Daniel Holbert's avatar Daniel Holbert
Browse files

Bug 1541137: Add missing includes/namespaces/decls to fix non-unified build...

Bug 1541137: Add missing includes/namespaces/decls to fix non-unified build bustage in layout/generic. r=boris

Differential Revision: https://phabricator.services.mozilla.com/D25823

--HG--
extra : moz-landing-system : lando
parent e2161f82
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -10,8 +10,14 @@
#include "mozilla/dom/Text.h"
#include "mozilla/StaticPrefs.h"
#include "mozilla/ToString.h"
#include "nsBlockFrame.h"
#include "nsGfxScrollFrame.h"
#include "nsIFrame.h"
#include "nsIFrameInlines.h"
#include "nsLayoutUtils.h"
#include "nsPlaceholderFrame.h"

using namespace mozilla::dom;

#define ANCHOR_LOG(...)
// #define ANCHOR_LOG(...) printf_stderr("ANCHOR: " __VA_ARGS__)
+3 −0
Original line number Diff line number Diff line
@@ -9,7 +9,10 @@

#include "nsPoint.h"

class nsFrameList;
class nsIFrame;
class nsIScrollableFrame;

namespace mozilla {
class ScrollFrameHelper;
}  // namespace mozilla
+1 −0
Original line number Diff line number Diff line
@@ -21,6 +21,7 @@
#include "mozilla/MathAlgorithms.h"
#include "mozilla/Move.h"
#include "nsCOMPtr.h"
#include "nsCSSFrameConstructor.h"
#include "nsFontMetrics.h"
#include "nsGkAtoms.h"
#include "nsGenericHTMLElement.h"