diff options
Diffstat (limited to 'dom/workers/ServiceWorkerCommon.h')
-rw-r--r-- | dom/workers/ServiceWorkerCommon.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dom/workers/ServiceWorkerCommon.h b/dom/workers/ServiceWorkerCommon.h index 1c272c125..d7e2ec21b 100644 --- a/dom/workers/ServiceWorkerCommon.h +++ b/dom/workers/ServiceWorkerCommon.h @@ -7,6 +7,8 @@ #ifndef mozilla_dom_ServiceWorkerCommon_h #define mozilla_dom_ServiceWorkerCommon_h +#include "mozilla/TypedEnumBits.h" + namespace mozilla { namespace dom { |