Fix up missing include files for unordered_set/map

pull/10141/head^2
Dave MacLachlan 3 years ago committed by Thomas Van Lenten
parent 772c98984a
commit e04ca460fb
  1. 4
      src/google/protobuf/compiler/objectivec/objectivec_file.h

@ -31,9 +31,9 @@
#ifndef GOOGLE_PROTOBUF_COMPILER_OBJECTIVEC_FILE_H__
#define GOOGLE_PROTOBUF_COMPILER_OBJECTIVEC_FILE_H__
#include <map>
#include <set>
#include <string>
#include <unordered_map>
#include <unordered_set>
#include <vector>
#include <google/protobuf/descriptor.h>
#include <google/protobuf/io/printer.h>

Loading…
Cancel
Save