diff options
| author | Stefan Boberg <[email protected]> | 2021-11-03 14:28:14 +0100 |
|---|---|---|
| committer | Stefan Boberg <[email protected]> | 2021-11-03 14:28:14 +0100 |
| commit | 3de4c9e930a3357b93c46a6c9144a36e2f073ec7 (patch) | |
| tree | d3010a672680fcc07d6479ef20ebcf903f0f3a39 /zenserver/cache/structuredcache.h | |
| parent | Fixed unused variable warning (diff) | |
| download | zen-3de4c9e930a3357b93c46a6c9144a36e2f073ec7.tar.xz zen-3de4c9e930a3357b93c46a6c9144a36e2f073ec7.zip | |
Add /vsxmake* to .gitignore
Diffstat (limited to 'zenserver/cache/structuredcache.h')
| -rw-r--r-- | zenserver/cache/structuredcache.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/zenserver/cache/structuredcache.h b/zenserver/cache/structuredcache.h index 68a01becb..59749a024 100644 --- a/zenserver/cache/structuredcache.h +++ b/zenserver/cache/structuredcache.h @@ -18,6 +18,7 @@ namespace zen { class CasStore; class CidStore; +class ScrubContext; class UpstreamCache; class ZenCacheStore; enum class CachePolicy : uint8_t; |