From 6bd9e5c2a5865077fb1bb1cef8bd521b11d0ecaa Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Fri, 12 Apr 2024 08:58:31 -0500 Subject: [PATCH] fuse_open.cpp --- src/fuse_open.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/fuse_open.cpp b/src/fuse_open.cpp index 1922fb66..1824f674 100644 --- a/src/fuse_open.cpp +++ b/src/fuse_open.cpp @@ -29,6 +29,8 @@ #include "fuse.h" +#include "boost/unordered/concurrent_flat_map.hpp" + #include #include #include