From af75e3aae239331d96cf0f2467ed724984cd7939 Mon Sep 17 00:00:00 2001 From: Nitin Sharma <32377892+foo290@users.noreply.github.com> Date: Thu, 12 Aug 2021 23:49:57 +0530 Subject: [PATCH] Update others/lru_cache.cpp Co-authored-by: David Leal --- others/lru_cache.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/others/lru_cache.cpp b/others/lru_cache.cpp index 368de4e5f..6a113b287 100644 --- a/others/lru_cache.cpp +++ b/others/lru_cache.cpp @@ -188,7 +188,7 @@ static void test_2() { log("Running Test-2..."); - lru_cache::LRUCache cache(4); + others::lru_cache::LRUCache cache(4); cache.refer(1); cache.refer(1); cache.refer(1);