From ac993f4fb31139fc5e25e1ebe2d928cf16acb582 Mon Sep 17 00:00:00 2001 From: Moonchild Date: Thu, 2 Oct 2025 19:39:09 +0200 Subject: [PATCH] No issue - Improve compiler compatibility. Include in a few places. --- gfx/2d/BaseRect.h | 2 ++ gfx/2d/Matrix.h | 2 ++ netwerk/base/nsURLParsers.h | 2 ++ 3 files changed, 6 insertions(+) diff --git a/gfx/2d/BaseRect.h b/gfx/2d/BaseRect.h index 79a786412a..2d16d0636c 100644 --- a/gfx/2d/BaseRect.h +++ b/gfx/2d/BaseRect.h @@ -16,6 +16,8 @@ #include "mozilla/TypeTraits.h" #include "Types.h" +#include + namespace mozilla { namespace gfx { diff --git a/gfx/2d/Matrix.h b/gfx/2d/Matrix.h index d6835c8e62..b38a1d2275 100644 --- a/gfx/2d/Matrix.h +++ b/gfx/2d/Matrix.h @@ -17,6 +17,8 @@ #include "mozilla/DebugOnly.h" #include "mozilla/FloatingPoint.h" +#include + namespace mozilla { namespace gfx { diff --git a/netwerk/base/nsURLParsers.h b/netwerk/base/nsURLParsers.h index 34de99a377..5f41f01598 100644 --- a/netwerk/base/nsURLParsers.h +++ b/netwerk/base/nsURLParsers.h @@ -9,6 +9,8 @@ #include "nsIURLParser.h" #include "mozilla/Attributes.h" +#include + //---------------------------------------------------------------------------- // base class for url parsers //----------------------------------------------------------------------------