diff --git a/gfx/2d/BaseRect.h b/gfx/2d/BaseRect.h index 3be42f4ba..fef43b66f 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 682e5d915..344c6f74b 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"