blob: 76dd34ca040aae83e16e633723c056dede873b43 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
|
diff --git config/stl-headers config/stl-headers
index c057d8e..dc7f6f0 100644
--- config/stl-headers
+++ config/stl-headers
@@ -21,6 +21,7 @@ algorithm
atomic
deque
ios
+iosfwd
iostream
iterator
limits
diff --git config/system-headers config/system-headers
index d31c94e..570c82a 100644
--- config/system-headers
+++ config/system-headers
@@ -469,6 +469,7 @@ IOKit/IOMessage.h
IOKit/pwr_mgt/IOPMLib.h
iomanip
ios
+iosfwd
iostream
iostream.h
iterator
diff --git js/src/config/system-headers js/src/config/system-headers
index d31c94e..570c82a 100644
--- js/src/config/system-headers
+++ js/src/config/system-headers
@@ -469,6 +469,7 @@ IOKit/IOMessage.h
IOKit/pwr_mgt/IOPMLib.h
iomanip
ios
+iosfwd
iostream
iostream.h
iterator
|