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

Issue #1804 - Fix building with GCC 11

This commit is contained in:
trav90
2022-04-16 19:15:44 -05:00
committed by roytam1
parent 2aeed57657
commit 908d58ab7b
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"