From 28357981b4a44dfb940c1986dae96b5bcc6d1124 Mon Sep 17 00:00:00 2001 From: Nikhil Marathe Date: Wed, 14 Jan 2015 14:01:02 -0800 Subject: [PATCH] Bug 1112073 - Linux non-unified build bustage fix. a=bustage --- dom/fetch/Response.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dom/fetch/Response.cpp b/dom/fetch/Response.cpp index 9c1322e013c..31661fe1bec 100644 --- a/dom/fetch/Response.cpp +++ b/dom/fetch/Response.cpp @@ -13,10 +13,13 @@ #include "mozilla/dom/FetchBinding.h" #include "mozilla/dom/Headers.h" #include "mozilla/dom/Promise.h" +#include "mozilla/dom/URL.h" +#include "mozilla/dom/workers/bindings/URL.h" #include "nsDOMString.h" #include "InternalResponse.h" +#include "WorkerPrivate.h" namespace mozilla { namespace dom {