diff options
author | Moonchild <moonchild@palemoon.org> | 2020-04-30 22:30:35 +0000 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2020-04-30 22:30:35 +0000 |
commit | e11620a0f5b81ddd439c3547bd1ee41330852d2b (patch) | |
tree | 8b2ef3e5f5e8f28650a649a34a2507ce82d568fb /layout/xul/ContainerBoxObject.h | |
parent | 4aafee310e2833cc916ba5ae8435a4b156fd278b (diff) | |
download | UXP-e11620a0f5b81ddd439c3547bd1ee41330852d2b.tar UXP-e11620a0f5b81ddd439c3547bd1ee41330852d2b.tar.gz UXP-e11620a0f5b81ddd439c3547bd1ee41330852d2b.tar.lz UXP-e11620a0f5b81ddd439c3547bd1ee41330852d2b.tar.xz UXP-e11620a0f5b81ddd439c3547bd1ee41330852d2b.zip |
Issue #80 - De-unify layout/xul and tree, grid
Diffstat (limited to 'layout/xul/ContainerBoxObject.h')
-rw-r--r-- | layout/xul/ContainerBoxObject.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/layout/xul/ContainerBoxObject.h b/layout/xul/ContainerBoxObject.h index b3da97991..d9da164ea 100644 --- a/layout/xul/ContainerBoxObject.h +++ b/layout/xul/ContainerBoxObject.h @@ -8,6 +8,7 @@ #define mozilla_dom_ContainerBoxObject_h #include "mozilla/dom/BoxObject.h" +#include "nsIDocShell.h" namespace mozilla { namespace dom { |