Skip to content

Commit

Permalink
Add missing cstdint header
Browse files Browse the repository at this point in the history
  • Loading branch information
mkruskal-google committed May 6, 2023
1 parent 0ce610e commit 9daf5fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/google/protobuf/port.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@

#include <cassert>
#include <cstddef>
#include <cstdint>
#include <new>
#include <string>
#include <type_traits>
Expand Down

0 comments on commit 9daf5fb

Please sign in to comment.