Skip to content

Commit ef5b1aa

Browse files
authored
fix include of stddef.h to cstdlib (#9815)
1 parent b35b0de commit ef5b1aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Firestore/core/src/remote/grpc_root_certificates_generated.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#ifndef FIRESTORE_CORE_SRC_REMOTE_GRPC_ROOT_CERTIFICATES_GENERATED_H_
44
#define FIRESTORE_CORE_SRC_REMOTE_GRPC_ROOT_CERTIFICATES_GENERATED_H_
55

6-
#include <stddef.h>
6+
#include <cstdlib>
77

88
namespace firebase {
99
namespace firestore {

0 commit comments

Comments
 (0)