summaryrefslogtreecommitdiff
path: root/Userland
diff options
context:
space:
mode:
authorLucas CHOLLET <lucas.chollet@free.fr>2023-01-14 19:55:23 -0500
committerSam Atkins <atkinssj@gmail.com>2023-02-16 10:56:01 +0000
commit0f4a8731fdbc7a7deaab789868b426270583182d (patch)
tree1b6c5ee2a8f11843d37e346c0df101ce9923925a /Userland
parent13b149b42e18f444822ad104f8b4b5ed0bd9141f (diff)
downloadserenity-0f4a8731fdbc7a7deaab789868b426270583182d.zip
LibCore: Forward declare `MappedFile`
Diffstat (limited to 'Userland')
-rw-r--r--Userland/Libraries/LibCore/Forward.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Userland/Libraries/LibCore/Forward.h b/Userland/Libraries/LibCore/Forward.h
index a0e81ec885..a279c8204c 100644
--- a/Userland/Libraries/LibCore/Forward.h
+++ b/Userland/Libraries/LibCore/Forward.h
@@ -25,6 +25,7 @@ class File;
class IODevice;
class LocalServer;
class LocalSocket;
+class MappedFile;
class MimeData;
class NetworkJob;
class NetworkResponse;