File tree Expand file tree Collapse file tree 3 files changed +6
-0
lines changed
Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Original file line number Diff line number Diff 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" ,
Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff line change 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>
You can’t perform that action at this time.
0 commit comments