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

@ -15,9 +15,9 @@
#include "bplustree/Iterator.hpp"
#include "bplustree/Lhs.hpp"
#include "bplustree/bplustree_tags.hpp"
#include "indentlog/scope.hpp"
#include "indentlog/print/tag.hpp"
#include "indentlog/print/pad.hpp"
#include "xo/indentlog/scope.hpp"
#include "xo/indentlog/print/tag.hpp"
#include "xo/indentlog/print/pad.hpp"
#include <memory> /* for std::unqiue_ptr */
#include <algorithm> /* for std::max */
#include <limits> /* for std::numeric_limits */