浏览代码

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.
dmaclach 7 年之前
父节点
当前提交
3389bd965b
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      objectivec/GPBUnknownField.m

+ 1 - 0
objectivec/GPBUnknownField.m

@@ -32,6 +32,7 @@
 
 #import "GPBArray.h"
 #import "GPBCodedOutputStream_PackagePrivate.h"
+#import "GPBUnknownFieldSet.h"
 
 @implementation GPBUnknownField {
  @protected