diff options
Diffstat (limited to 'Userland/Shell/Shell.cpp')
-rw-r--r-- | Userland/Shell/Shell.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Userland/Shell/Shell.cpp b/Userland/Shell/Shell.cpp index 2273482d12..8459593fa8 100644 --- a/Userland/Shell/Shell.cpp +++ b/Userland/Shell/Shell.cpp @@ -31,6 +31,7 @@ #include <AK/Function.h> #include <AK/LexicalPath.h> #include <AK/ScopeGuard.h> +#include <AK/ScopedValueRollback.h> #include <AK/StringBuilder.h> #include <AK/TemporaryChange.h> #include <LibCore/ArgsParser.h> |