Merge pull request #12852 from fowles/23.x

fix missing int32_t (#12554)
pull/12906/head
Matt Fowles Kulukundis 2 years ago committed by GitHub
commit ab367ad73d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      src/google/protobuf/compiler/objectivec/text_format_decode_data.h

@ -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>

Loading…
Cancel
Save