diff options
author | Moonchild <moonchild@palemoon.org> | 2022-03-04 15:34:45 +0000 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2022-03-04 15:34:45 +0000 |
commit | ad06ee39324b647313b5f82cc1ec80744b80c6d1 (patch) | |
tree | a3b6440952abd0e1307cfe75081276ccdc9ba973 /system/graphics/2d/BaseRect.h | |
parent | 6714b6ba73af4de3eedde8c0380b26528affc534 (diff) | |
parent | 291fdd01e8d696c1e041e721496302cbb1cd280d (diff) | |
download | GRE-ad06ee39324b647313b5f82cc1ec80744b80c6d1.tar.gz |
Diffstat (limited to 'system/graphics/2d/BaseRect.h')
-rw-r--r-- | system/graphics/2d/BaseRect.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/system/graphics/2d/BaseRect.h b/system/graphics/2d/BaseRect.h index 57d01ba09..b1eed9ddb 100644 --- a/system/graphics/2d/BaseRect.h +++ b/system/graphics/2d/BaseRect.h @@ -9,6 +9,7 @@ #include <algorithm> #include <cmath> #include <ostream> +#include <limits> #include "mozilla/Assertions.h" #include "mozilla/FloatingPoint.h" |