summaryrefslogtreecommitdiff
path: root/system/graphics/2d/BaseRect.h
diff options
context:
space:
mode:
authorkhronosschoty <khronosschoty@posteo.org>2022-03-04 07:15:50 -0800
committerkhronosschoty <khronosschoty@posteo.org>2022-03-04 07:26:43 -0800
commit27b19218f0d3df9aaf76e784ed2348dc308437d7 (patch)
treefde7baf61c7cc05676161324a601b43b1a5bed3a /system/graphics/2d/BaseRect.h
parenta05a65278058562ce7bcab7b6a58e256436aa853 (diff)
downloadGRE-27b19218f0d3df9aaf76e784ed2348dc308437d7.tar.gz
Issue #7 - Add GCC 11 initial support
Diffstat (limited to 'system/graphics/2d/BaseRect.h')
-rw-r--r--system/graphics/2d/BaseRect.h1
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"