mirror of
https://github.com/monero-project/monero.git
synced 2025-05-22 01:40:23 -04:00
tests: fix missing <thread> includes
This commit is contained in:
parent
893916ad09
commit
ced5b040d5
2 changed files with 2 additions and 0 deletions
|
@ -33,6 +33,7 @@
|
|||
#include <boost/thread/mutex.hpp>
|
||||
#include <condition_variable>
|
||||
#include <mutex>
|
||||
#include <thread>
|
||||
|
||||
#include "gtest/gtest.h"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue