Include <cinttypes> for PRIuPTR. Not clear why this is needed.

pull/6863/head
Vijay Pai 9 years ago
parent 6b668cc93f
commit b31a9a0900
  1. 1
      test/cpp/end2end/async_end2end_test.cc
  2. 7
      test/cpp/interop/interop_client.cc
  3. 1
      test/cpp/qps/driver.cc

@ -31,6 +31,7 @@
*
*/
#include <cinttypes>
#include <memory>
#include <thread>

@ -31,12 +31,10 @@
*
*/
#include "test/cpp/interop/interop_client.h"
#include <unistd.h>
#include <cinttypes>
#include <fstream>
#include <memory>
#include <unistd.h>
#include <grpc++/channel.h>
#include <grpc++/client_context.h>
@ -51,6 +49,7 @@
#include "src/proto/grpc/testing/messages.grpc.pb.h"
#include "src/proto/grpc/testing/test.grpc.pb.h"
#include "test/cpp/interop/client_helper.h"
#include "test/cpp/interop/interop_client.h"
namespace grpc {
namespace testing {

@ -31,6 +31,7 @@
*
*/
#include <cinttypes>
#include <deque>
#include <list>
#include <thread>

Loading…
Cancel
Save