aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSven Göthel <[email protected]>2024-05-26 06:39:06 +0200
committerSven Göthel <[email protected]>2024-05-26 06:39:06 +0200
commit468e25d2c361234fc5673fed0d6358039dd9a085 (patch)
tree39aac4764e4afc988bbd6807954f4b829074344c
parentdbb2cd76012dd52db4c5ad84ad20ef5abccf7d91 (diff)
emscripten fix: include/jau/basic_types.hpp: include <thread>
-rw-r--r--include/jau/basic_types.hpp1
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>