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

@ -3,7 +3,7 @@
#pragma once
#include "TypeDescrExtra.hpp"
#include "cxxutil/demangle.hpp"
#include "xo/cxxutil/demangle.hpp"
#include <iostream>
#include <typeinfo>
#include <unordered_map>

View file

@ -7,7 +7,7 @@
#include "xo/reflect/TypeDescrExtra.hpp"
#include "xo/reflect/EstablishTypeDescr.hpp"
#include "indentlog/scope.hpp"
#include "xo/indentlog/scope.hpp"
namespace xo {
namespace reflect {

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 {