Skip to content

Commit

Permalink
Fix dep in credentials_test.cc
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewstevenson88 committed Feb 2, 2024
1 parent 4e2c4a5 commit a799ebd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions test/cpp/client/credentials_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@

#include "src/core/lib/gpr/tmpfile.h"
#include "src/core/lib/gprpp/env.h"
#include "src/core/lib/security/credentials/tls/grpc_tls_credentials_options.h"
#include "src/cpp/client/secure_credentials.h"
#include "test/cpp/util/tls_test_utils.h"

Expand Down
1 change: 1 addition & 0 deletions test/cpp/server/credentials_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
#include <grpcpp/security/server_credentials.h>
#include <grpcpp/security/tls_credentials_options.h>

#include "src/core/lib/security/credentials/tls/grpc_tls_credentials_options.h"
#include "src/cpp/client/secure_credentials.h"
#include "test/core/util/port.h"
#include "test/core/util/test_config.h"
Expand Down

0 comments on commit a799ebd

Please sign in to comment.