From 553cc9bbb5446025ebcb9a48b1756e8608fabf08 Mon Sep 17 00:00:00 2001 From: Moonchild Date: Thu, 23 Apr 2020 16:19:06 +0000 Subject: Issue #80 - De-unify dom/workers --- dom/workers/ServiceWorkerInfo.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'dom/workers/ServiceWorkerInfo.cpp') diff --git a/dom/workers/ServiceWorkerInfo.cpp b/dom/workers/ServiceWorkerInfo.cpp index fa08b97a6..04fba7f8e 100644 --- a/dom/workers/ServiceWorkerInfo.cpp +++ b/dom/workers/ServiceWorkerInfo.cpp @@ -6,6 +6,8 @@ #include "ServiceWorkerInfo.h" +#include "ServiceWorker.h" +#include "ServiceWorkerPrivate.h" #include "ServiceWorkerScriptCache.h" BEGIN_WORKERS_NAMESPACE -- cgit v1.2.3