We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d067393 commit a5a76c3Copy full SHA for a5a76c3
system/include/emscripten/val.h
@@ -18,6 +18,7 @@
18
#include <cstdint> // uintptr_t
19
#include <vector>
20
#include <type_traits>
21
+#include <pthread.h>
22
#if __cplusplus >= 202002L
23
#include <coroutine>
24
#include <variant>
0 commit comments