Skip to content

Commit

Permalink
Add missing #include <stdint.h>
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 580609821
Change-Id: I0a9ca517019c07287bf9822f61b49429d9c976ea
  • Loading branch information
laramiel authored and copybara-github committed Nov 8, 2023
1 parent 22fe3a1 commit c952b34
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tensorstore/internal/http/transport_test_utils.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,11 @@
#include <errno.h>
#endif

#include <stdint.h>

#include <optional>
#include <string>
#include <string_view>

namespace tensorstore {
namespace transport_test_utils {
Expand Down

0 comments on commit c952b34

Please sign in to comment.