Issue #1804 - Fix building with GCC 11

This commit is contained in:
trav90 2022-04-16 19:15:44 -05:00 committed by roytam1
commit 908d58ab7b
2 changed files with 2 additions and 0 deletions

View file

@ -9,6 +9,7 @@
#include <algorithm>
#include <cmath>
#include <ostream>
#include <limits>
#include "mozilla/Assertions.h"
#include "mozilla/FloatingPoint.h"

View file

@ -4,6 +4,7 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
#include <string.h>
#include <limits>
#include "mozilla/RangedPtr.h"