Commit 67dec96c authored by zhujiashun's avatar zhujiashun

fix missing array

parent 2ef40e6b
......@@ -15,6 +15,7 @@
// Authors: Zhangyi Chen (chenzhangyi01@baidu.com)
#include <algorithm> // std::set_union
#include <array>
#include <gflags/gflags.h>
#include "butil/containers/flat_map.h"
#include "butil/errno.h"
......@@ -23,7 +24,6 @@
#include "brpc/policy/consistent_hashing_load_balancer.h"
#include "brpc/policy/hasher.h"
namespace brpc {
namespace policy {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment