diff options
author | Sven Göthel <[email protected]> | 2024-05-26 06:39:06 +0200 |
---|---|---|
committer | Sven Göthel <[email protected]> | 2024-05-26 06:39:06 +0200 |
commit | 468e25d2c361234fc5673fed0d6358039dd9a085 (patch) | |
tree | 39aac4764e4afc988bbd6807954f4b829074344c | |
parent | dbb2cd76012dd52db4c5ad84ad20ef5abccf7d91 (diff) |
emscripten fix: include/jau/basic_types.hpp: include <thread>
-rw-r--r-- | include/jau/basic_types.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/jau/basic_types.hpp b/include/jau/basic_types.hpp index dd6aba3..8acf7da 100644 --- a/include/jau/basic_types.hpp +++ b/include/jau/basic_types.hpp @@ -33,6 +33,7 @@ #include <cstdint> #include <iostream> #include <system_error> +#include <thread> #include <jau/cpp_lang_util.hpp> #include <jau/packed_attribute.hpp> |