Fixing cpp tests.

pull/2829/head
Julien Boeuf 9 years ago
parent d3368e4192
commit 54b5018dd8
  1. 4
      test/cpp/common/auth_property_iterator_test.cc
  2. 4
      test/cpp/common/secure_auth_context_test.cc

@ -36,6 +36,10 @@
#include <gtest/gtest.h>
#include "src/cpp/common/secure_auth_context.h"
extern "C" {
#include "src/core/security/security_context.h"
}
namespace grpc {
namespace {

@ -36,6 +36,10 @@
#include <gtest/gtest.h>
#include "src/cpp/common/secure_auth_context.h"
extern "C" {
#include "src/core/security/security_context.h"
}
namespace grpc {
namespace {

Loading…
Cancel
Save