From ebfbd40afc752d160ae23c1b424094f14ec66d77 Mon Sep 17 00:00:00 2001 From: Roland Conybeare Date: Fri, 6 Oct 2023 19:12:24 -0400 Subject: [PATCH] bugfix: include part must supply xo/ --- include/xo/subsys/Subsystem.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/xo/subsys/Subsystem.hpp b/include/xo/subsys/Subsystem.hpp index b9a41e18..ece72db6 100644 --- a/include/xo/subsys/Subsystem.hpp +++ b/include/xo/subsys/Subsystem.hpp @@ -5,7 +5,7 @@ #pragma once -#include "indentlog/scope.hpp" +#include "xo/indentlog/scope.hpp" #include #include #include