aboutsummaryrefslogtreecommitdiff
path: root/objectivec/GPBArray.h
diff options
context:
space:
mode:
authorPaul Yang <TeBoring@users.noreply.github.com>2015-06-09 17:17:45 -0700
committerPaul Yang <TeBoring@users.noreply.github.com>2015-06-09 17:17:45 -0700
commitfb466c13a7c0280fdc30acf86d3b29235a904ba5 (patch)
tree938c7b2e06268887d766a4ac03d24fcb89f21ef8 /objectivec/GPBArray.h
parentfd73235f6b2534aa63af41359d9f386ade43a5cc (diff)
parentd846b0b059b4d867536b98aa29475a387aa09114 (diff)
downloadprotobuf-fb466c13a7c0280fdc30acf86d3b29235a904ba5.tar.gz
protobuf-fb466c13a7c0280fdc30acf86d3b29235a904ba5.tar.bz2
protobuf-fb466c13a7c0280fdc30acf86d3b29235a904ba5.zip
Merge pull request #480 from thomasvl/objc_beta_drop
Beta quality drop of Objective C Support.
Diffstat (limited to 'objectivec/GPBArray.h')
-rw-r--r--objectivec/GPBArray.h2
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.