mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 00:47:45 +00:00
AK: Make Error.h pull in Try.h
Users of this API will want TRY().
This commit is contained in:
parent
72f3fd824e
commit
5e473a63d3
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@
|
||||||
#include <AK/Format.h>
|
#include <AK/Format.h>
|
||||||
#include <AK/Optional.h>
|
#include <AK/Optional.h>
|
||||||
#include <AK/StringView.h>
|
#include <AK/StringView.h>
|
||||||
|
#include <AK/Try.h>
|
||||||
|
|
||||||
#if defined(__serenity__) && defined(KERNEL)
|
#if defined(__serenity__) && defined(KERNEL)
|
||||||
# include <LibC/errno_numbers.h>
|
# include <LibC/errno_numbers.h>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue