diff options
Diffstat (limited to 'system/graphics')
-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" |