Add missing includes on linux

This commit is contained in:
2024-05-04 17:42:46 -07:00
parent bfbe9638eb
commit b7f3b136cc

View File

@@ -169,8 +169,10 @@ RootSet::~RootSet() {
}
#ifdef ENABLE_ROOTSET_TESTS
#include <atomic>
#include <latch>
#include <thread>
#include <vector>
int main() {
constexpr int kNumReaders = 3;
@@ -211,4 +213,4 @@ int main() {
t.join();
}
}
#endif
#endif