diff options
author | Moonchild <moonchild@palemoon.org> | 2020-04-23 12:07:55 +0000 |
---|---|---|
committer | wolfbeast <mcwerewolf@wolfbeast.com> | 2020-04-26 10:19:55 +0200 |
commit | 16c8dff724b32254f8075de2f57b8770d2ba3928 (patch) | |
tree | 7bfc3321d42e259c65d67bf30b6f2ef717652ecf /dom/quota/QuotaResults.h | |
parent | 3595b9eecf7fd28ee4faa160c274e64069d749a4 (diff) | |
download | UXP-16c8dff724b32254f8075de2f57b8770d2ba3928.tar UXP-16c8dff724b32254f8075de2f57b8770d2ba3928.tar.gz UXP-16c8dff724b32254f8075de2f57b8770d2ba3928.tar.lz UXP-16c8dff724b32254f8075de2f57b8770d2ba3928.tar.xz UXP-16c8dff724b32254f8075de2f57b8770d2ba3928.zip |
Issue #80 - De-unify dom/quota
Diffstat (limited to 'dom/quota/QuotaResults.h')
-rw-r--r-- | dom/quota/QuotaResults.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dom/quota/QuotaResults.h b/dom/quota/QuotaResults.h index 73fe6b790..246bfe9c9 100644 --- a/dom/quota/QuotaResults.h +++ b/dom/quota/QuotaResults.h @@ -8,6 +8,7 @@ #define mozilla_dom_quota_QuotaResults_h #include "nsIQuotaResults.h" +#include "nsString.h" namespace mozilla { namespace dom { |