Bug 1388288 - Make CubebUtils build in non-Unified builds. r=padenot draft
authorChris Pearce <cpearce@mozilla.com>
Tue, 08 Aug 2017 10:57:08 +0800
changeset 643083 5508abc107dde4a8a6bf225cff4e0428075127e8
parent 641249 fe6609d22dfdd710b11e3ac7773aff89f7a8d12c
child 643084 0e1346919ada98b78481ced311940248cffd6d86
push id72986
push userbmo:cpearce@mozilla.com
push dateWed, 09 Aug 2017 08:46:00 +0000
reviewerspadenot
bugs1388288
milestone57.0a1
Bug 1388288 - Make CubebUtils build in non-Unified builds. r=padenot MozReview-Commit-ID: DTpwXrnLFJZ
dom/media/CubebUtils.cpp
--- a/dom/media/CubebUtils.cpp
+++ b/dom/media/CubebUtils.cpp
@@ -2,16 +2,17 @@
 /* vim:set ts=2 sw=2 sts=2 et cindent: */
 /* 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 "CubebUtils.h"
 
 #include "MediaInfo.h"
+#include "mozilla/AbstractThread.h"
 #include "mozilla/Logging.h"
 #include "mozilla/Preferences.h"
 #include "mozilla/Services.h"
 #include "mozilla/Sprintf.h"
 #include "mozilla/StaticMutex.h"
 #include "mozilla/StaticPtr.h"
 #include "mozilla/Telemetry.h"
 #include "nsAutoRef.h"