build fix: account for xo/ insertion into include path

This commit is contained in:
Roland Conybeare 2023-10-06 18:43:00 -04:00
commit 8ba04142ea
3 changed files with 15 additions and 9 deletions

View file

@ -1,7 +1,7 @@
/* @file intrusive_ptr.test.cpp */
#include "Refcounted.hpp"
#include "indentlog/scope.hpp"
#include "xo/indentlog/scope.hpp"
#include "catch2/catch.hpp"
#include <string_view>
#include <type_traits>