summaryrefslogtreecommitdiff
path: root/system
diff options
context:
space:
mode:
authorkhronosschoty <khronosschoty@posteo.org>2022-03-04 07:15:50 -0800
committerMoonchild <moonchild@palemoon.org>2022-03-21 13:24:22 +0000
commit01d7205460e87008ffb1d668123973cb9a47b116 (patch)
tree68d0f14bb7bdb61948b5673866a905e6ba86b4c6 /system
parent8ce4d7eb81a9a5429189afe870a296e85a347bb1 (diff)
downloadaura-central-01d7205460e87008ffb1d668123973cb9a47b116.tar.gz
Issue %7 - Add GCC 11 initial support
Diffstat (limited to 'system')
-rw-r--r--system/graphics/2d/BaseRect.h1
-rw-r--r--system/network/base/nsURLParsers.cpp1
2 files changed, 2 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"
diff --git a/system/network/base/nsURLParsers.cpp b/system/network/base/nsURLParsers.cpp
index b75ee0c4d..ed4a216a8 100644
--- a/system/network/base/nsURLParsers.cpp
+++ b/system/network/base/nsURLParsers.cpp
@@ -4,6 +4,7 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
#include <string.h>
+#include <limits>
#include "mozilla/RangedPtr.h"