diff options
author | Lucas CHOLLET <lucas.chollet@free.fr> | 2023-01-14 19:55:23 -0500 |
---|---|---|
committer | Sam Atkins <atkinssj@gmail.com> | 2023-02-16 10:56:01 +0000 |
commit | 0f4a8731fdbc7a7deaab789868b426270583182d (patch) | |
tree | 1b6c5ee2a8f11843d37e346c0df101ce9923925a /Userland | |
parent | 13b149b42e18f444822ad104f8b4b5ed0bd9141f (diff) | |
download | serenity-0f4a8731fdbc7a7deaab789868b426270583182d.zip |
LibCore: Forward declare `MappedFile`
Diffstat (limited to 'Userland')
-rw-r--r-- | Userland/Libraries/LibCore/Forward.h | 1 |
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; |