From ac8c16dda63fe0fd1d63b122cb7b2741fb7423e2 Mon Sep 17 00:00:00 2001 From: Timothy Flynn Date: Mon, 23 Feb 2026 08:12:31 -0500 Subject: [PATCH] AK: Add missing include to FloatingPoint.h This would become an error in an upcoming commit. --- AK/FloatingPoint.h | 1 + 1 file changed, 1 insertion(+) diff --git a/AK/FloatingPoint.h b/AK/FloatingPoint.h index ad9cb01a17..09ebe95754 100644 --- a/AK/FloatingPoint.h +++ b/AK/FloatingPoint.h @@ -6,6 +6,7 @@ #pragma once +#include #include namespace AK {