Unverified Commit 7965e9e5 authored by Ge Jun's avatar Ge Jun Committed by GitHub

Merge pull request #724 from zyearn/fix_missing_array

fix missing array
parents 2ef40e6b 67dec96c
...@@ -15,6 +15,7 @@ ...@@ -15,6 +15,7 @@
// Authors: Zhangyi Chen (chenzhangyi01@baidu.com) // Authors: Zhangyi Chen (chenzhangyi01@baidu.com)
#include <algorithm> // std::set_union #include <algorithm> // std::set_union
#include <array>
#include <gflags/gflags.h> #include <gflags/gflags.h>
#include "butil/containers/flat_map.h" #include "butil/containers/flat_map.h"
#include "butil/errno.h" #include "butil/errno.h"
...@@ -23,7 +24,6 @@ ...@@ -23,7 +24,6 @@
#include "brpc/policy/consistent_hashing_load_balancer.h" #include "brpc/policy/consistent_hashing_load_balancer.h"
#include "brpc/policy/hasher.h" #include "brpc/policy/hasher.h"
namespace brpc { namespace brpc {
namespace policy { 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