1 // Protocol Buffers - Google's data interchange format 2 // Copyright 2024 Google LLC. All rights reserved. 3 // 4 // Use of this source code is governed by a BSD-style 5 // license that can be found in the LICENSE file or at 6 // https://developers.google.com/open-source/licenses/bsd 7 8 #ifndef GOOGLE_PROTOBUF_HPB_ARENA_H__ 9 #define GOOGLE_PROTOBUF_HPB_ARENA_H__ 10 11 #include "upb/mem/arena.hpp" 12 13 namespace hpb { 14 using Arena = upb::Arena; 15 } 16 17 #endif // GOOGLE_PROTOBUF_HPB_ARENA_H__ 18