Skip to content

Commit a5fbc16

Browse files
authored
Fix non-standard import (#4470)
1 parent 1297e77 commit a5fbc16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Firebase/Core/FIRHeartbeatInfo.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
1414

15-
#import "FIRHeartbeatInfo.h"
15+
#import "Private/FIRHeartbeatInfo.h"
1616
#import <GoogleUtilities/GULHeartbeatDateStorage.h>
1717
#import <GoogleUtilities/GULLogger.h>
1818

0 commit comments

Comments
 (0)