diff options
author | Roland Reichwein <mail@reichwein.it> | 2023-01-31 18:19:40 +0100 |
---|---|---|
committer | Roland Reichwein <mail@reichwein.it> | 2023-01-31 18:19:40 +0100 |
commit | 1771f788a5b9e844f0a5315faee104648e3b7d88 (patch) | |
tree | 6ed215805b1654060ef7ae4ad939fed306b1be58 /tests | |
parent | 8d1b4f06375bf676c5cf825ba4b116271f3d44c5 (diff) |
Fix build of v1.5
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test-whiteboard.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test-whiteboard.cpp b/tests/test-whiteboard.cpp index 9e6b7fb..bed2e5a 100644 --- a/tests/test-whiteboard.cpp +++ b/tests/test-whiteboard.cpp @@ -6,6 +6,7 @@ #include <regex> #include <string> #include <system_error> +#include <thread> #include <boost/process/child.hpp> #include <boost/algorithm/string.hpp> |