Skip to content

Commit 3fb4994

Browse files
committed
Add a few missing headers
1 parent 9711316 commit 3fb4994

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

Extension/package.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,11 +76,14 @@
7676
"bit",
7777
"bitset",
7878
"cassert",
79+
"ccomplex",
7980
"cctype",
8081
"cerrno",
82+
"cfenv",
8183
"cfloat",
8284
"charconv",
8385
"chrono",
86+
"cinttypes",
8487
"ciso646",
8588
"climits",
8689
"clocale",
@@ -90,17 +93,24 @@
9093
"complex",
9194
"concepts",
9295
"condition_variable",
96+
"contracts",
9397
"coroutine",
9498
"csetjmp",
9599
"csignal",
100+
"cstdalign",
96101
"cstdarg",
102+
"cstdbool",
97103
"cstddef",
104+
"cstdint",
98105
"cstdio",
99106
"cstdlib",
100107
"cstring",
108+
"ctgmath",
101109
"ctime",
110+
"cuchar",
102111
"cwchar",
103112
"cwctype",
113+
"debugging",
104114
"deque",
105115
"exception",
106116
"execution",
@@ -114,7 +124,10 @@
114124
"functional",
115125
"future",
116126
"generator",
127+
"hazard_pointer",
128+
"hive",
117129
"initializer_list",
130+
"inplace_vector",
118131
"iomanip",
119132
"ios",
120133
"iosfwd",
@@ -123,6 +136,7 @@
123136
"iterator",
124137
"latch",
125138
"limits",
139+
"linalg",
126140
"list",
127141
"locale",
128142
"map",
@@ -140,11 +154,13 @@
140154
"random",
141155
"ranges",
142156
"ratio",
157+
"rcu",
143158
"regex",
144159
"scoped_allocator",
145160
"semaphore",
146161
"set",
147162
"shared_mutex",
163+
"simd",
148164
"source_location",
149165
"span",
150166
"spanstream",
@@ -160,6 +176,7 @@
160176
"strstream",
161177
"syncstream",
162178
"system_error",
179+
"text_encoding",
163180
"thread",
164181
"tuple",
165182
"type_traits",

0 commit comments

Comments
 (0)