added include <iostream>. Closes #674

pull/675/head
Jan Tattermusch 10 years ago
parent 00bdbe64a0
commit 3d55595dee
  1. 1
      src/compiler/ruby_generator_map-inl.h

@ -34,6 +34,7 @@
#ifndef NET_GRPC_COMPILER_RUBY_GENERATOR_MAP_INL_H_
#define NET_GRPC_COMPILER_RUBY_GENERATOR_MAP_INL_H_
#include <iostream>
#include <initializer_list>
#include <map>
#include <ostream> // NOLINT

Loading…
Cancel
Save