Bug 1336367 - Fix unified build issues from previous changes. r?pehrsons draft
authorBryce Van Dyk <bvandyk@mozilla.com>
Thu, 14 Sep 2017 14:15:22 +1200
changeset 664608 d1666a3f2840b734489de3dedcd0e0abe37a987b
parent 664607 b9c6c6988f21115cc27860f9d3c96384181b60cb
child 731492 efb4afb4a0c1d973bef4c29f0548e26e093e953a
push id79747
push userbvandyk@mozilla.com
push dateThu, 14 Sep 2017 06:20:16 +0000
reviewerspehrsons
bugs1336367
milestone57.0a1
Bug 1336367 - Fix unified build issues from previous changes. r?pehrsons MozReview-Commit-ID: E82sCwkCxGT
dom/media/gtest/TestMediaMIMETypes.cpp
--- a/dom/media/gtest/TestMediaMIMETypes.cpp
+++ b/dom/media/gtest/TestMediaMIMETypes.cpp
@@ -1,15 +1,16 @@
 /* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
 /* This Source Code Form is subject to the terms of the Mozilla Public
  * License, v. 2.0. If a copy of the MPL was not distributed with this
  * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
 
 #include "gtest/gtest.h"
 #include "MediaMIMETypes.h"
+#include "mozilla/Unused.h"
 
 using namespace mozilla;
 
 TEST(MediaMIMETypes, DependentMIMEType)
 {
   static const struct
   {
     const char* mString;