1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 19:37:35 +00:00

LibELF: Use VirtualAddress class from LibBareMetal

This commit is contained in:
Liav A 2020-02-09 18:10:47 +02:00 committed by Andreas Kling
parent de3637d85f
commit 7c4dd0c8cf
3 changed files with 3 additions and 4 deletions

View file

@ -29,7 +29,7 @@
#include <AK/HashMap.h>
#include <AK/OwnPtr.h>
#include <AK/String.h>
#include <Kernel/VM/VirtualAddress.h>
#include <LibBareMetal/Memory/VirtualAddress.h>
#include <LibELF/exec_elf.h>
class ELFImage {