From 811767e2393cd57dab287f36a3bf711b686dc2bc Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Fri, 24 Oct 2025 20:55:14 -0500 Subject: [PATCH] Fix lack of include for fmt --- libfuse/lib/fuse_lowlevel.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/libfuse/lib/fuse_lowlevel.cpp b/libfuse/lib/fuse_lowlevel.cpp index 3a352415..43cddfe4 100644 --- a/libfuse/lib/fuse_lowlevel.cpp +++ b/libfuse/lib/fuse_lowlevel.cpp @@ -21,6 +21,7 @@ #include "fuse_opt.h" #include "fuse_pollhandle.h" #include "stat_utils.h" +#include "fmt/core.h" #include #include