Skip to content

Commit

Permalink
Adding explicit arena.h include
Browse files Browse the repository at this point in the history
  • Loading branch information
mkruskal-google committed Sep 7, 2022
1 parent bcdef55 commit e4395e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/google/protobuf/pyext/message.cc
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
#ifndef Py_TYPE
#define Py_TYPE(ob) (((PyObject*)(ob))->ob_type)
#endif
#include <google/protobuf/arena.h>
#include <google/protobuf/stubs/common.h>
#include <google/protobuf/stubs/logging.h>
#include <google/protobuf/io/coded_stream.h>
Expand Down

0 comments on commit e4395e7

Please sign in to comment.