diff options
Diffstat (limited to 'Userland/Libraries/LibJS/Bytecode/Executable.h')
-rw-r--r-- | Userland/Libraries/LibJS/Bytecode/Executable.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Userland/Libraries/LibJS/Bytecode/Executable.h b/Userland/Libraries/LibJS/Bytecode/Executable.h index 8cd9b0edbb..1706e7c16f 100644 --- a/Userland/Libraries/LibJS/Bytecode/Executable.h +++ b/Userland/Libraries/LibJS/Bytecode/Executable.h @@ -7,7 +7,7 @@ #pragma once #include <AK/DeprecatedFlyString.h> -#include <AK/NonnullOwnPtrVector.h> +#include <AK/NonnullOwnPtr.h> #include <LibJS/Bytecode/BasicBlock.h> #include <LibJS/Bytecode/IdentifierTable.h> #include <LibJS/Bytecode/StringTable.h> |