mirror of
https://github.com/apple/foundationdb.git
synced 2025-06-02 19:25:52 +08:00
SysTester: adding missing includes
This commit is contained in:
parent
2fb8d6ac97
commit
b61adc10be
@ -24,6 +24,7 @@
|
||||
#define SYS_TEST_SCHEDULER_H
|
||||
|
||||
#include <functional>
|
||||
#include <memory>
|
||||
|
||||
namespace FDBSystemTester {
|
||||
|
||||
|
@ -27,6 +27,7 @@
|
||||
#include "SysTestApiWrapper.h"
|
||||
#include "SysTestScheduler.h"
|
||||
#include <string_view>
|
||||
#include <memory>
|
||||
|
||||
namespace FDBSystemTester {
|
||||
|
||||
|
@ -24,6 +24,7 @@
|
||||
#define SYS_TEST_WORKLOAD_H
|
||||
|
||||
#include "SysTestTransactionExecutor.h"
|
||||
#include <atomic>
|
||||
|
||||
namespace FDBSystemTester {
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user