diff options
Diffstat (limited to 'objectivec/GPBArray.h')
-rw-r--r-- | objectivec/GPBArray.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/objectivec/GPBArray.h b/objectivec/GPBArray.h index 3fcba7af..b486f27b 100644 --- a/objectivec/GPBArray.h +++ b/objectivec/GPBArray.h @@ -30,7 +30,7 @@ #import <Foundation/Foundation.h> -#import "GPBTypes.h" +#import "GPBRuntimeTypes.h" // These classes are used for repeated fields of basic data types. They are used because // they perform better than boxing into NSNumbers in NSArrays. |