diff --git a/src/fuse_getattr.cpp b/src/fuse_getattr.cpp index 0a2ebb34..6db0f852 100644 --- a/src/fuse_getattr.cpp +++ b/src/fuse_getattr.cpp @@ -103,7 +103,7 @@ namespace l FollowSymlinks followsymlinks_) { int rv; - string fullpath; + std::string fullpath; StrVec basepaths; thread_local static std::unordered_map cache;