Include fix in ICachePolicy.h

This commit is contained in:
alexX512 2022-04-30 18:00:13 +00:00
parent 910645a52a
commit 9940b69bd7
2 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,6 @@
#pragma once
#include <functional>
#include <memory>
namespace DB

View File

@ -2,7 +2,6 @@
#include <iostream>
#include <gtest/gtest.h>
#include <Common/CacheBase.h>
#include <Common/SLRUCache.h>
TEST(SLRUCache, set)
{