From 02bb6bd82654468b74e29f51068bb0874e708396 Mon Sep 17 00:00:00 2001 From: Roland Conybeare Date: Wed, 17 Apr 2024 10:57:11 -0400 Subject: [PATCH] xo-flatstring: bugfix: include path in utest --- utest/flatstring.test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utest/flatstring.test.cpp b/utest/flatstring.test.cpp index 1b5603a..877a818 100644 --- a/utest/flatstring.test.cpp +++ b/utest/flatstring.test.cpp @@ -1,6 +1,6 @@ /** @file flatstring.utest.cpp **/ -#include "xo/stringliteral/stringliteral.hpp" +#include "xo/flatstring/flatstring.hpp" #include "xo/indentlog/scope.hpp" #include "xo/indentlog/print/tag.hpp" #include