import from UXP: Issue #1804 - Fix building with GCC 11 (908d58ab)

This commit is contained in:
2022-05-06 22:46:29 +08:00
parent 25ef76780c
commit c90afadc0f
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -9,6 +9,7 @@
#include <algorithm>
#include <cmath>
#include <ostream>
#include <limits>
#include "mozilla/Assertions.h"
#include "mozilla/FloatingPoint.h"
+1
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"