AK: Add missing include to FloatingPoint.h
This would become an error in an upcoming commit.
This commit is contained in:
parent
b3e6df5eef
commit
ac8c16dda6
1 changed files with 1 additions and 0 deletions
|
|
@ -6,6 +6,7 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#include <AK/StdLibExtras.h>
|
||||
#include <AK/Types.h>
|
||||
|
||||
namespace AK {
|
||||
|
|
|
|||
Loading…
Reference in a new issue