Skip to content

Commit

Permalink
Add header need for module maps.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
dmaclach authored and thomasvl committed Aug 6, 2018
1 parent 62fc66a commit 3389bd9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions objectivec/GPBUnknownField.m
Expand Up @@ -32,6 +32,7 @@

#import "GPBArray.h"
#import "GPBCodedOutputStream_PackagePrivate.h"
#import "GPBUnknownFieldSet.h"

@implementation GPBUnknownField {
@protected
Expand Down

0 comments on commit 3389bd9

Please sign in to comment.