From f05068a45b2e15be7b438b44921caf47fe04873d Mon Sep 17 00:00:00 2001 From: Roland Conybeare Date: Sun, 8 Oct 2023 13:52:02 -0400 Subject: [PATCH] bugfix: xo/ in include path --- include/xo/randomgen/print.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/xo/randomgen/print.hpp b/include/xo/randomgen/print.hpp index e9860ab0..d5b0a992 100644 --- a/include/xo/randomgen/print.hpp +++ b/include/xo/randomgen/print.hpp @@ -2,6 +2,6 @@ #pragma once -#include "indentlog/print/array.hpp" +#include "xo/indentlog/print/array.hpp" /* end print.hpp */