build: account for xo/ insertion into include path

This commit is contained in:
Roland Conybeare 2023-10-06 18:43:49 -04:00
commit 1b3be7e733
5 changed files with 5 additions and 5 deletions

View file

@ -4,7 +4,7 @@
*/
#include "TaggedRcptr.hpp"
#include "indentlog/print/tag.hpp"
#include "xo/indentlog/print/tag.hpp"
namespace xo {
using xo::xtag;

View file

@ -4,7 +4,7 @@
#include "TaggedPtr.hpp"
#include "TypeDescrExtra.hpp"
#include "atomic/AtomicTdx.hpp"
#include "indentlog/scope.hpp"
#include "xo/indentlog/scope.hpp"
namespace xo {
using xo::scope;

View file

@ -4,7 +4,7 @@
*/
#include "struct/StructMember.hpp"
#include "indentlog/scope.hpp"
#include "xo/indentlog/scope.hpp"
#include <type_traits>
namespace xo {