From 548f8a06440b10c73d522c3131035bfe2ae9ccaf Mon Sep 17 00:00:00 2001 From: Andreas Kling Date: Wed, 10 Feb 2021 08:25:09 +0100 Subject: [PATCH] AK: TypeCasts.h should include Assertions.h --- AK/TypeCasts.h | 1 + 1 file changed, 1 insertion(+) diff --git a/AK/TypeCasts.h b/AK/TypeCasts.h index 6ab8101f320..92e773b2081 100644 --- a/AK/TypeCasts.h +++ b/AK/TypeCasts.h @@ -26,6 +26,7 @@ #pragma once +#include #include #include