aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firebase/Database
diff options
context:
space:
mode:
authorGravatar Ryan Wilson <wilsonryan@google.com>2018-05-14 12:14:17 -0700
committerGravatar GitHub <noreply@github.com>2018-05-14 12:14:17 -0700
commitdea3fe9aeba64d5e5cf919140688f5607db3dcd5 (patch)
tree3887394e3e36d0e1b3720949f29fe93d1c9cc402 /Firebase/Database
parentbf73cfaf022c0c3eccbf5e439e9fd66d7d36f329 (diff)
Explicitly import FIRDataSnapshot in private header. (#1276)
Diffstat (limited to 'Firebase/Database')
-rw-r--r--Firebase/Database/Api/Private/FIRDataSnapshot_Private.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Firebase/Database/Api/Private/FIRDataSnapshot_Private.h b/Firebase/Database/Api/Private/FIRDataSnapshot_Private.h
index 4ff285b..c2d3871 100644
--- a/Firebase/Database/Api/Private/FIRDataSnapshot_Private.h
+++ b/Firebase/Database/Api/Private/FIRDataSnapshot_Private.h
@@ -14,6 +14,7 @@
* limitations under the License.
*/
+#import "FIRDataSnapshot.h"
#import "FIndexedNode.h"
#import "FTypedefs_Private.h"