tests: fix missing <thread> includes

This commit is contained in:
tobtoht 2024-10-22 19:44:31 +02:00
parent 893916ad09
commit ced5b040d5
No known key found for this signature in database
GPG key ID: E45B10DD027D2472
2 changed files with 2 additions and 0 deletions

View file

@ -33,6 +33,7 @@
#include <boost/thread/mutex.hpp>
#include <condition_variable>
#include <mutex>
#include <thread>
#include "gtest/gtest.h"