Skip to content

Commit ab367ad

Browse files
authored
Merge pull request #12852 from fowles/23.x
fix missing int32_t (#12554)
2 parents a171d20 + 5bc7e02 commit ab367ad

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/google/protobuf/compiler/objectivec/text_format_decode_data.h

+1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
#ifndef GOOGLE_PROTOBUF_COMPILER_OBJECTIVEC_TEXT_FORMAT_DECODE_DATA_H__
3232
#define GOOGLE_PROTOBUF_COMPILER_OBJECTIVEC_TEXT_FORMAT_DECODE_DATA_H__
3333

34+
#include <cstdint>
3435
#include <string>
3536
#include <utility>
3637
#include <vector>

0 commit comments

Comments
 (0)