Fix up missing include files for unordered_set/map

This commit is contained in:
Dave MacLachlan 2022-06-15 09:58:48 -07:00 committed by Thomas Van Lenten
parent 772c98984a
commit e04ca460fb

View File

@ -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>