summaryrefslogtreecommitdiffhomepage
path: root/Kernel/KernelKit/PEFCodeManager.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'Kernel/KernelKit/PEFCodeManager.hxx')
-rw-r--r--Kernel/KernelKit/PEFCodeManager.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/Kernel/KernelKit/PEFCodeManager.hxx b/Kernel/KernelKit/PEFCodeManager.hxx
index b6f3e160..90e674f8 100644
--- a/Kernel/KernelKit/PEFCodeManager.hxx
+++ b/Kernel/KernelKit/PEFCodeManager.hxx
@@ -10,6 +10,7 @@
#include <KernelKit/PEF.hpp>
#include <NewKit/ErrorOr.hpp>
#include <NewKit/String.hpp>
+#include <KernelKit/FileManager.hpp>
#define kPefApplicationMime "application/x-newos-exec"
@@ -45,6 +46,7 @@ namespace NewOS
bool IsLoaded() noexcept;
private:
+ OwnPtr<FileStream<Char>> fFile;
Ref<StringView> fPath;
VoidPtr fCachedBlob;
bool fFatBinary;