diff options
author | Ali Mohammad Pur <ali.mpfard@gmail.com> | 2023-02-18 10:15:08 +0330 |
---|---|---|
committer | Ali Mohammad Pur <Ali.mpfard@gmail.com> | 2023-02-28 15:52:24 +0330 |
commit | beeb58bd93b13acffd54e568f5d001c068ee00e3 (patch) | |
tree | 1444fca3fa61786f5f6948afaea8bc8659825146 /Userland/Shell/Formatter.h | |
parent | 79e402748023d99f58610c550236951d8ef3cb2b (diff) | |
download | serenity-beeb58bd93b13acffd54e568f5d001c068ee00e3.zip |
Shell+LibCodeComprehension: Start replacing {Deprecated => }String
This starts by switching all AST members to Strings, and dealing with
the fallout.
Diffstat (limited to 'Userland/Shell/Formatter.h')
-rw-r--r-- | Userland/Shell/Formatter.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Userland/Shell/Formatter.h b/Userland/Shell/Formatter.h index ac58e54ec2..00e29bf889 100644 --- a/Userland/Shell/Formatter.h +++ b/Userland/Shell/Formatter.h @@ -6,6 +6,7 @@ #pragma once +#include "AST.h" #include "NodeVisitor.h" #include <AK/DeprecatedString.h> #include <AK/Forward.h> |