build: update include paths to include xo/

This commit is contained in:
Roland Conybeare 2023-10-06 19:22:04 -04:00
commit 14ee09a76b
8 changed files with 16 additions and 16 deletions

View file

@ -6,7 +6,7 @@
#include "xo/ordinaltree/BplusTree.hpp"
#include "xo/randomgen/random_seed.hpp"
#include "xo/randomgen/print.hpp"
#include "indentlog/scope.hpp"
#include "xo/indentlog/scope.hpp"
#include "catch2/catch.hpp"
namespace {