mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 13:27:09 +02:00
13 lines
501 B
Diff
13 lines
501 B
Diff
diff --git a/dom/filesystem/compat/FileSystemDirectoryReader.h b/dom/filesystem/compat/FileSystemDirectoryReader.h
|
|
index d568990..12265f9 100644
|
|
--- a/dom/filesystem/compat/FileSystemDirectoryReader.h
|
|
+++ b/dom/filesystem/compat/FileSystemDirectoryReader.h
|
|
@@ -11,6 +11,7 @@
|
|
#include "mozilla/ErrorResult.h"
|
|
#include "mozilla/dom/BindingDeclarations.h"
|
|
#include "nsCycleCollectionParticipant.h"
|
|
+#include "mozilla/dom/FileSystemDirectoryEntry.h"
|
|
#include "nsWrapperCache.h"
|
|
|
|
namespace mozilla {
|