Skip to content

Commit b541dcb

Browse files
committed
fix
1 parent fc4bf4a commit b541dcb

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

libraries/multi_index_lru/tests/benchmarks/lru_basic_benchmarks.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ USERVER_NAMESPACE_BEGIN
66

77
namespace benchmarks {
88

9+
using namespace boost::multi_index;
10+
911
template<
1012
template<typename, typename, typename> class LRUCacheContainer
1113
>

libraries/multi_index_lru/tests/benchmarks/lru_google_benchmarks.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ USERVER_NAMESPACE_BEGIN
77

88
namespace benchmarks {
99

10+
using namespace boost::multi_index;
11+
1012
template<
1113
template<typename, typename, typename> class LRUCacheContainer
1214
>

0 commit comments

Comments
 (0)