Skip to content

Commit

Permalink
add required headers to fix unittest compilation (#2787)
Browse files Browse the repository at this point in the history
  • Loading branch information
wasphin authored Oct 16, 2024
1 parent 938bf46 commit d39a490
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions test/brpc_alpn_protocol_unittest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,12 @@
#include "gtest/gtest.h"
#include "gflags/gflags.h"

#include "echo.pb.h"
#include "brpc/channel.h"
#include "brpc/details/ssl_helper.h"
#include "brpc/server.h"
#include "butil/fd_guard.h"
#include "butil/endpoint.h"
#include "butil/fd_guard.h"
#include "echo.pb.h"

DEFINE_string(listen_addr, "0.0.0.0:8011", "Server listen address.");

Expand Down

0 comments on commit d39a490

Please sign in to comment.