From 908d58ab7b8f7af65622207dfa04adc5b7bd78ec Mon Sep 17 00:00:00 2001 From: trav90 Date: Sat, 16 Apr 2022 19:15:44 -0500 Subject: [PATCH] Issue #1804 - Fix building with GCC 11 --- gfx/2d/BaseRect.h | 1 + netwerk/base/nsURLParsers.cpp | 1 + 2 files changed, 2 insertions(+) diff --git a/gfx/2d/BaseRect.h b/gfx/2d/BaseRect.h index 57d01ba09b..b1eed9ddb9 100644 --- a/gfx/2d/BaseRect.h +++ b/gfx/2d/BaseRect.h @@ -9,6 +9,7 @@ #include #include #include +#include #include "mozilla/Assertions.h" #include "mozilla/FloatingPoint.h" diff --git a/netwerk/base/nsURLParsers.cpp b/netwerk/base/nsURLParsers.cpp index b75ee0c4d4..ed4a216a88 100644 --- a/netwerk/base/nsURLParsers.cpp +++ b/netwerk/base/nsURLParsers.cpp @@ -4,6 +4,7 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #include +#include #include "mozilla/RangedPtr.h"