diff --git a/dom/workers/WorkerScope.cpp b/dom/workers/WorkerScope.cpp index d6a09f796d07..cb3f486f1871 100644 --- a/dom/workers/WorkerScope.cpp +++ b/dom/workers/WorkerScope.cpp @@ -58,6 +58,7 @@ #include "mozilla/dom/IDBFactory.h" #include "mozilla/dom/ImageBitmap.h" #include "mozilla/dom/ImageBitmapSource.h" +#include "mozilla/dom/MessagePort.h" #include "mozilla/dom/MessagePortBinding.h" #include "mozilla/dom/Performance.h" #include "mozilla/dom/Promise.h"