From 25668a8d83d198fab1f49e52c9993aea9aa1e171 Mon Sep 17 00:00:00 2001 From: "Scott E. Graves" Date: Sun, 3 Aug 2025 14:38:51 -0500 Subject: [PATCH] fix --- support/src/utils/unix.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/support/src/utils/unix.cpp b/support/src/utils/unix.cpp index 2ac459bf..87eb2272 100644 --- a/support/src/utils/unix.cpp +++ b/support/src/utils/unix.cpp @@ -23,7 +23,7 @@ #include "utils/unix.hpp" #include "utils/collection.hpp" -#include "utils/utils.hpp" +#include "utils/error.hpp" namespace { [[nodiscard]] auto get_group_list(auto *pass) -> std::vector {