Fixing includes inconsistency.

pull/72/head
Nicolas "Pixel" Noble 10 years ago
parent f5c5d80968
commit 36f5323846
  1. 3
      src/compiler/cpp_generator.cc
  2. 2
      src/compiler/cpp_plugin.cc
  3. 1
      src/compiler/ruby_generator.cc
  4. 1
      src/compiler/ruby_plugin.cc

@ -31,6 +31,9 @@
*
*/
#include <string>
#include <map>
#include "src/compiler/cpp_generator.h"
#include "src/compiler/cpp_generator_helpers.h"

@ -35,6 +35,8 @@
//
#include <memory>
#include <string>
#include "src/compiler/cpp_generator.h"
#include "src/compiler/cpp_generator_helpers.h"
#include <google/protobuf/descriptor.h>

@ -32,6 +32,7 @@
*/
#include <cctype>
#include <string>
#include <map>
#include <vector>

@ -37,6 +37,7 @@
// and net/proto2/compiler/public/plugin.h for more information on plugins.
#include <memory>
#include <string>
#include "src/compiler/ruby_generator.h"
#include "src/compiler/ruby_generator_helpers-inl.h"

Loading…
Cancel
Save