From b61adc10bed852959f8e8f6365645830b53541c4 Mon Sep 17 00:00:00 2001 From: Vaidas Gasiunas Date: Wed, 23 Feb 2022 17:51:58 +0100 Subject: [PATCH] SysTester: adding missing includes --- bindings/c/test/system/SysTestScheduler.h | 1 + bindings/c/test/system/SysTestTransactionExecutor.h | 1 + bindings/c/test/system/SysTestWorkload.h | 1 + 3 files changed, 3 insertions(+) diff --git a/bindings/c/test/system/SysTestScheduler.h b/bindings/c/test/system/SysTestScheduler.h index 687577e60e..b124959014 100644 --- a/bindings/c/test/system/SysTestScheduler.h +++ b/bindings/c/test/system/SysTestScheduler.h @@ -24,6 +24,7 @@ #define SYS_TEST_SCHEDULER_H #include +#include namespace FDBSystemTester { diff --git a/bindings/c/test/system/SysTestTransactionExecutor.h b/bindings/c/test/system/SysTestTransactionExecutor.h index 15383fd755..97cd0828e9 100644 --- a/bindings/c/test/system/SysTestTransactionExecutor.h +++ b/bindings/c/test/system/SysTestTransactionExecutor.h @@ -27,6 +27,7 @@ #include "SysTestApiWrapper.h" #include "SysTestScheduler.h" #include +#include namespace FDBSystemTester { diff --git a/bindings/c/test/system/SysTestWorkload.h b/bindings/c/test/system/SysTestWorkload.h index 5fbc338c7c..326264e126 100644 --- a/bindings/c/test/system/SysTestWorkload.h +++ b/bindings/c/test/system/SysTestWorkload.h @@ -24,6 +24,7 @@ #define SYS_TEST_WORKLOAD_H #include "SysTestTransactionExecutor.h" +#include namespace FDBSystemTester {