diff options
Diffstat (limited to 'dom/workers/ServiceWorkerUnregisterJob.cpp')
-rw-r--r-- | dom/workers/ServiceWorkerUnregisterJob.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/dom/workers/ServiceWorkerUnregisterJob.cpp b/dom/workers/ServiceWorkerUnregisterJob.cpp index 8fd76b63d..9fd377700 100644 --- a/dom/workers/ServiceWorkerUnregisterJob.cpp +++ b/dom/workers/ServiceWorkerUnregisterJob.cpp @@ -7,6 +7,10 @@ #include "ServiceWorkerUnregisterJob.h" #include "nsIPushService.h" +#include "nsServiceManagerUtils.h" +#include "mozilla/Unused.h" +#include "Workers.h" +#include "ServiceWorkerManager.h" namespace mozilla { namespace dom { |