summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMoonchild <moonchild@palemoon.org>2021-07-29 22:48:17 +0000
committerMoonchild <moonchild@palemoon.org>2021-07-29 22:48:17 +0000
commitb88160dc66b69b41b29bb14000884fbb8fe7dc0a (patch)
tree6f24e5f6384661069252b49914acb72e82920840
parent2953dea62ada19544ef1084eb74a29542532e727 (diff)
downloaduxp-v8re-shim-build.tar.gz
Include <iostream> in regex shim for gcc 10v8re-shim-build
-rw-r--r--js/src/regexp/regexp-shim.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/js/src/regexp/regexp-shim.h b/js/src/regexp/regexp-shim.h
index 9bbff547e8..dc24b6c3d3 100644
--- a/js/src/regexp/regexp-shim.h
+++ b/js/src/regexp/regexp-shim.h
@@ -20,6 +20,7 @@
#include <algorithm>
#include <cctype>
+#include <iostream> // needed for gcc 10
#include "jit/Label.h"
#include "jit/shared/Assembler-shared.h"