From cfef8198d469e434ac50013018c0b851d554c79e Mon Sep 17 00:00:00 2001 From: Roland Conybeare Date: Wed, 4 Oct 2023 16:02:52 -0400 Subject: [PATCH] utest: use randomgen/print.hpp --- utest/bplustree.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/utest/bplustree.cpp b/utest/bplustree.cpp index d7ca3aaf..24115e4b 100644 --- a/utest/bplustree.cpp +++ b/utest/bplustree.cpp @@ -5,6 +5,7 @@ #include "random_tree_ops.hpp" #include "xo/ordinaltree/BplusTree.hpp" #include "randomgen/random_seed.hpp" +#include "randomgen/print.hpp" #include "indentlog/scope.hpp" #include "catch2/catch.hpp"