Skip to content

Commit 3389bd9

Browse files
dmaclachthomasvl
authored andcommitted
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.
1 parent 62fc66a commit 3389bd9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

objectivec/GPBUnknownField.m

+1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232

3333
#import "GPBArray.h"
3434
#import "GPBCodedOutputStream_PackagePrivate.h"
35+
#import "GPBUnknownFieldSet.h"
3536

3637
@implementation GPBUnknownField {
3738
@protected

0 commit comments

Comments
 (0)