summaryrefslogtreecommitdiff
path: root/AK/Error.h
diff options
context:
space:
mode:
Diffstat (limited to 'AK/Error.h')
-rw-r--r--AK/Error.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/AK/Error.h b/AK/Error.h
index f79e2ff151..2e7295fbac 100644
--- a/AK/Error.h
+++ b/AK/Error.h
@@ -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>