Skip to content

Commit 21abbc6

Browse files
committed
Add platform include to installations header
The Installations header uses the platform information to include the correct sub header, so it needs to include the platform header itself.
1 parent 12d5bea commit 21abbc6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

installations/src/installations_internal.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515
#ifndef FIREBASE_FIS_CLIENT_CPP_SRC_INSTALLATIONS_INTERNAL_H_
1616
#define FIREBASE_FIS_CLIENT_CPP_SRC_INSTALLATIONS_INTERNAL_H_
1717

18+
#include "app/src/include/firebase/internal/platform.h"
19+
1820
// InstallationsInternal is defined in these 2 files, one implementation for
1921
// each OS.
2022
#if FIREBASE_PLATFORM_ANDROID || FIREBASE_ANDROID_FOR_DESKTOP

0 commit comments

Comments
 (0)