AK: Add missing include to FloatingPoint.h

This would become an error in an upcoming commit.
This commit is contained in:
Timothy Flynn
2026-02-23 08:12:31 -05:00
committed by Jelle Raaijmakers
parent b3e6df5eef
commit ac8c16dda6
Notes: github-actions[bot] 2026-02-23 17:32:13 +00:00

View File

@@ -6,6 +6,7 @@
#pragma once
#include <AK/StdLibExtras.h>
#include <AK/Types.h>
namespace AK {