From c952b34893ebe40ad81d94fe5a521e586e751f8d Mon Sep 17 00:00:00 2001 From: Laramie Leavitt Date: Wed, 8 Nov 2023 12:03:12 -0800 Subject: [PATCH] Add missing #include PiperOrigin-RevId: 580609821 Change-Id: I0a9ca517019c07287bf9822f61b49429d9c976ea --- tensorstore/internal/http/transport_test_utils.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tensorstore/internal/http/transport_test_utils.h b/tensorstore/internal/http/transport_test_utils.h index 7f61fe686..e6f8c6399 100644 --- a/tensorstore/internal/http/transport_test_utils.h +++ b/tensorstore/internal/http/transport_test_utils.h @@ -26,8 +26,11 @@ #include #endif +#include + #include #include +#include namespace tensorstore { namespace transport_test_utils {