diff options
author | Moonchild <moonchild@palemoon.org> | 2020-04-23 14:31:44 +0000 |
---|---|---|
committer | wolfbeast <mcwerewolf@wolfbeast.com> | 2020-04-26 10:20:16 +0200 |
commit | 8a343284d90c79797961be371605e0147c5d2a8d (patch) | |
tree | 3a098e49e6361dc2fbb23e2cf41d973905d8119f /dom/smil/nsSMILInstanceTime.h | |
parent | 5a34fb5e1da568ce9e9e8e99423d34d33d0770f9 (diff) | |
download | UXP-8a343284d90c79797961be371605e0147c5d2a8d.tar UXP-8a343284d90c79797961be371605e0147c5d2a8d.tar.gz UXP-8a343284d90c79797961be371605e0147c5d2a8d.tar.lz UXP-8a343284d90c79797961be371605e0147c5d2a8d.tar.xz UXP-8a343284d90c79797961be371605e0147c5d2a8d.zip |
Issue #80 - De-unify dom/smil
Diffstat (limited to 'dom/smil/nsSMILInstanceTime.h')
-rw-r--r-- | dom/smil/nsSMILInstanceTime.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dom/smil/nsSMILInstanceTime.h b/dom/smil/nsSMILInstanceTime.h index d5a5807e3..4602c9127 100644 --- a/dom/smil/nsSMILInstanceTime.h +++ b/dom/smil/nsSMILInstanceTime.h @@ -8,6 +8,7 @@ #define NS_SMILINSTANCETIME_H_ #include "nsSMILTimeValue.h" +#include "nsISupports.h" class nsSMILInterval; class nsSMILTimeContainer; |