From 3389bd965b1fb6687056d81b069e99f8c2543cba Mon Sep 17 00:00:00 2001 From: dmaclach Date: Mon, 6 Aug 2018 14:56:38 -0700 Subject: Add header need for module maps. If you make up a module map for Objective C protocol buffers, the compiler will complain about missing a declaration for GPBUnknownFieldSet which is used in this file. --- objectivec/GPBUnknownField.m | 1 + 1 file changed, 1 insertion(+) diff --git a/objectivec/GPBUnknownField.m b/objectivec/GPBUnknownField.m index 9d5c97f3..7fa8cade 100644 --- a/objectivec/GPBUnknownField.m +++ b/objectivec/GPBUnknownField.m @@ -32,6 +32,7 @@ #import "GPBArray.h" #import "GPBCodedOutputStream_PackagePrivate.h" +#import "GPBUnknownFieldSet.h" @implementation GPBUnknownField { @protected -- cgit v1.2.3