Skip to content

Commit e4395e7

Browse files
Adding explicit arena.h include
1 parent bcdef55 commit e4395e7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

python/google/protobuf/pyext/message.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@
4949
#ifndef Py_TYPE
5050
#define Py_TYPE(ob) (((PyObject*)(ob))->ob_type)
5151
#endif
52+
#include <google/protobuf/arena.h>
5253
#include <google/protobuf/stubs/common.h>
5354
#include <google/protobuf/stubs/logging.h>
5455
#include <google/protobuf/io/coded_stream.h>

0 commit comments

Comments
 (0)