parent
8387a0fd9d
commit
08f324f199
2 changed files with 19 additions and 0 deletions
@ -0,0 +1,10 @@ |
||||
#ifndef GOOGLE_PROTOBUF_HPB_ARENA_H__ |
||||
#define GOOGLE_PROTOBUF_HPB_ARENA_H__ |
||||
|
||||
#include "upb/mem/arena.hpp" |
||||
|
||||
namespace hpb { |
||||
using Arena = upb::Arena; |
||||
} |
||||
|
||||
#endif // GOOGLE_PROTOBUF_HPB_ARENA_H__
|
Loading…
Reference in new issue