AK: Make Error.h pull in Try.h
Users of this API will want TRY().
This commit is contained in:
parent
72f3fd824e
commit
5e473a63d3
Notes:
sideshowbarker
2024-07-18 01:23:11 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/5e473a63d30
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@
|
|||
#include <AK/Format.h>
|
||||
#include <AK/Optional.h>
|
||||
#include <AK/StringView.h>
|
||||
#include <AK/Try.h>
|
||||
|
||||
#if defined(__serenity__) && defined(KERNEL)
|
||||
# include <LibC/errno_numbers.h>
|
||||
|
|
Loading…
Add table
Reference in a new issue