summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/test/cppsuite/tests/burst_inserts.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/third_party/wiredtiger/test/cppsuite/tests/burst_inserts.cpp')
-rw-r--r--src/third_party/wiredtiger/test/cppsuite/tests/burst_inserts.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/third_party/wiredtiger/test/cppsuite/tests/burst_inserts.cpp b/src/third_party/wiredtiger/test/cppsuite/tests/burst_inserts.cpp
index 64ae392d14b..97341e356b3 100644
--- a/src/third_party/wiredtiger/test/cppsuite/tests/burst_inserts.cpp
+++ b/src/third_party/wiredtiger/test/cppsuite/tests/burst_inserts.cpp
@@ -26,8 +26,9 @@
* OTHER DEALINGS IN THE SOFTWARE.
*/
-#include "src/common/random_generator.h"
-#include "src/main/test.h"
+#include "test_harness/test.h"
+#include "test_harness/workload/random_generator.h"
+#include "test_harness/timestamp_manager.h"
using namespace test_harness;