Bug 1408482 - fix build error. draft
authorJW Wang <jwwang@mozilla.com>
Tue, 17 Oct 2017 10:55:11 +0800
changeset 681154 22bcbc60573db059940f3a628306a4deace00353
parent 681153 56c4ea272080e7583cbf3874f542b020f1b5faae
child 681407 923f01f70c1195c97e7a8528bba06f81a752faf6
push id84777
push userjwwang@mozilla.com
push dateTue, 17 Oct 2017 02:55:56 +0000
bugs1408482
milestone58.0a1
Bug 1408482 - fix build error. MozReview-Commit-ID: HIq2zZROKRA
dom/html/HTMLMediaElement.cpp
--- a/dom/html/HTMLMediaElement.cpp
+++ b/dom/html/HTMLMediaElement.cpp
@@ -9,16 +9,17 @@
 #include "mozilla/dom/HTMLSourceElement.h"
 #include "mozilla/dom/ElementInlines.h"
 #include "mozilla/dom/Promise.h"
 #include "mozilla/ArrayUtils.h"
 #include "mozilla/MathAlgorithms.h"
 #include "mozilla/AsyncEventDispatcher.h"
 #include "mozilla/dom/MediaEncryptedEvent.h"
 #include "mozilla/EMEUtils.h"
+#include "mozilla/Sprintf.h"
 
 #include "base/basictypes.h"
 #include "nsIDOMHTMLMediaElement.h"
 #include "nsIDOMHTMLSourceElement.h"
 #include "TimeRanges.h"
 #include "nsGenericHTMLElement.h"
 #include "nsAttrValueInlines.h"
 #include "nsDocShellLoadTypes.h"