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 OwnedByWuigi
commit c830e53ecd
3 changed files with 6 additions and 0 deletions

View file

@ -9,6 +9,8 @@
#include "nsIURLParser.h"
#include "mozilla/Attributes.h"
#include <limits>
//----------------------------------------------------------------------------
// base class for url parsers
//----------------------------------------------------------------------------