Bug 1341441 - Include nsPrintfCString in GMPVideoDecoderParent.cpp. r?gerald draft
authorChris Pearce <cpearce@mozilla.com>
Wed, 22 Feb 2017 10:45:22 +1300
changeset 487617 f405ff6bcf980809dae5ee588937900c8219f1a7
parent 487145 2d82338b77271e84a1c2d000fef0902311803fa4
child 487703 6bd4f3d1db49341d487fa048ec8348811f9dc0dc
push id46273
push userbmo:cpearce@mozilla.com
push dateTue, 21 Feb 2017 21:48:35 +0000
reviewersgerald
bugs1341441
milestone54.0a1
Bug 1341441 - Include nsPrintfCString in GMPVideoDecoderParent.cpp. r?gerald Sometimes the build breaks because this file uses nsPrintfCString but doesn't include its header. MozReview-Commit-ID: CcawXkMucdA
dom/media/gmp/GMPVideoDecoderParent.cpp
--- a/dom/media/gmp/GMPVideoDecoderParent.cpp
+++ b/dom/media/gmp/GMPVideoDecoderParent.cpp
@@ -10,16 +10,17 @@
 #include "nsAutoRef.h"
 #include "nsThreadUtils.h"
 #include "GMPUtils.h"
 #include "GMPVideoEncodedFrameImpl.h"
 #include "GMPVideoi420FrameImpl.h"
 #include "GMPContentParent.h"
 #include "GMPMessageUtils.h"
 #include "mozilla/gmp/GMPTypes.h"
+#include "nsPrintfCString.h"
 
 namespace mozilla {
 
 #ifdef LOG
 #undef LOG
 #endif
 
 extern LogModule* GetGMPLog();