AK: Make Error.h pull in Try.h

Users of this API will want TRY().
This commit is contained in:
Andreas Kling 2021-11-08 00:35:58 +01:00
parent 72f3fd824e
commit 5e473a63d3

View file

@ -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>