Skip to content

Commit

Permalink
Merge pull request #12852 from fowles/23.x
Browse files Browse the repository at this point in the history
fix missing int32_t (#12554)
  • Loading branch information
fowles committed May 18, 2023
2 parents a171d20 + 5bc7e02 commit ab367ad
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
#ifndef GOOGLE_PROTOBUF_COMPILER_OBJECTIVEC_TEXT_FORMAT_DECODE_DATA_H__
#define GOOGLE_PROTOBUF_COMPILER_OBJECTIVEC_TEXT_FORMAT_DECODE_DATA_H__

#include <cstdint>
#include <string>
#include <utility>
#include <vector>
Expand Down

0 comments on commit ab367ad

Please sign in to comment.