1
0
mirror of https://github.com/roytam1/UXP.git synced 2026-05-26 13:58:49 +00:00

No issue - Improve compiler compatibility.

Include <limits> in a few places.
This commit is contained in:
Moonchild
2025-10-02 19:39:09 +02:00
committed by roytam1
parent 89ee61a746
commit ac993f4fb3
3 changed files with 6 additions and 0 deletions
+2
View File
@@ -16,6 +16,8 @@
#include "mozilla/TypeTraits.h"
#include "Types.h"
#include <limits>
namespace mozilla {
namespace gfx {
+2
View File
@@ -17,6 +17,8 @@
#include "mozilla/DebugOnly.h"
#include "mozilla/FloatingPoint.h"
#include <limits>
namespace mozilla {
namespace gfx {
+2
View File
@@ -9,6 +9,8 @@
#include "nsIURLParser.h"
#include "mozilla/Attributes.h"
#include <limits>
//----------------------------------------------------------------------------
// base class for url parsers
//----------------------------------------------------------------------------