Skip to content

Commit b493c7b

Browse files
Automated Code Change
PiperOrigin-RevId: 864609358
1 parent 79bbf1d commit b493c7b

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

hpb/backend/upb/BUILD

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,9 @@ cc_library(
7575
visibility = ["//hpb:__subpackages__"],
7676
deps = [
7777
":interop",
78+
"//hpb:ptr",
7879
"//hpb:status",
80+
"//hpb/internal",
7981
"//hpb/internal:message_lock",
8082
"//hpb/internal:template_help",
8183
"//upb/base",

hpb/backend/upb/extension.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,10 @@
1414
#include "absl/status/statusor.h"
1515
#include "absl/strings/string_view.h"
1616
#include "hpb/backend/upb/interop.h"
17+
#include "hpb/internal/internal.h"
1718
#include "hpb/internal/message_lock.h"
1819
#include "hpb/internal/template_help.h"
20+
#include "hpb/ptr.h"
1921
#include "hpb/status.h"
2022
#include "upb/base/string_view.h"
2123
#include "upb/mem/arena.h"

hpb/backend/upb/repeated_field_iterator_test.cc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@
99

1010
#include <algorithm>
1111
#include <array>
12+
#include <cstring>
1213
#include <numeric>
14+
#include <string>
1315
#include <tuple>
1416
#include <type_traits>
1517
#include <utility>

0 commit comments

Comments
 (0)