diff options
author | Matt A. Tobin <email@mattatobin.com> | 2020-04-17 07:40:32 -0400 |
---|---|---|
committer | Matt A. Tobin <email@mattatobin.com> | 2020-04-17 07:40:32 -0400 |
commit | 16dba9a30b849c9381fab5fe53b722c7901e5283 (patch) | |
tree | da02be42bd271139030a7f0ee547a38f5e9f8abb /dom/base/GroupedSHistory.h | |
parent | f6221f440e05030ee500c0a0a887ffa823c7e14c (diff) | |
download | uxp-16dba9a30b849c9381fab5fe53b722c7901e5283.tar.gz |
Issue #80 - De-unify dom/base
Tag #1375
Diffstat (limited to 'dom/base/GroupedSHistory.h')
-rw-r--r-- | dom/base/GroupedSHistory.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dom/base/GroupedSHistory.h b/dom/base/GroupedSHistory.h index 8c88a0aafe..c5e75d6397 100644 --- a/dom/base/GroupedSHistory.h +++ b/dom/base/GroupedSHistory.h @@ -7,6 +7,8 @@ #ifndef GroupedSHistory_h #define GroupedSHistory_h +#include "nsCOMArray.h" +#include "nsCycleCollectionParticipant.h" // NS_DECL_CYCLE_* #include "nsIFrameLoader.h" #include "nsIGroupedSHistory.h" #include "nsIPartialSHistory.h" |