From 3154f7a31338a5c15f861255fa4aa330c22f72a3 Mon Sep 17 00:00:00 2001 From: Richard Barnes Date: Fri, 19 Jan 2024 06:34:27 -0800 Subject: [PATCH] Mismatched tags (#8445) Summary: Pull Request resolved: https://github.com/facebookincubator/velox/pull/8445 Reviewed By: luciang Differential Revision: D52845913 fbshipit-source-id: 514aa8493f2467b2f32d1ca594861bcd7e55b2ed --- velox/common/caching/AsyncDataCache.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/velox/common/caching/AsyncDataCache.h b/velox/common/caching/AsyncDataCache.h index 730af0f9e0c2..dd09e560543f 100644 --- a/velox/common/caching/AsyncDataCache.h +++ b/velox/common/caching/AsyncDataCache.h @@ -44,7 +44,7 @@ namespace facebook::velox::cache { class AsyncDataCache; class CacheShard; class SsdCache; -class SsdCacheStats; +struct SsdCacheStats; class SsdFile; // Type for tracking last access. This is based on CPU clock and