Skip to content

Commit ae8a3f2

Browse files
authored
Fix app build for Android against prebuilt version (#736)
1 parent e4d43e5 commit ae8a3f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/include/google_play_services/availability.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
#if !defined(SWIG_BUILD)
2323
#include <jni.h>
2424
#endif
25-
#include "app/src/include/firebase/future.h"
25+
#include "firebase/future.h"
2626

2727
/// @brief Google Play services APIs included with the Firebase C++ SDK.
2828
/// These APIs are Android-specific.

0 commit comments

Comments
 (0)