Skip to content

Commit 8062eb5

Browse files
committed
Add missing include for exception handling.
1 parent 4fe1afe commit 8062eb5

File tree

1 file changed

+1
-0
lines changed
  • system/include/emscripten

1 file changed

+1
-0
lines changed

system/include/emscripten/val.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
#include <pthread.h>
2222
#if __cplusplus >= 202002L
2323
#include <coroutine>
24+
#include <exception>
2425
#include <variant>
2526
#endif
2627

0 commit comments

Comments
 (0)