Hi,
Gator daemon use protobuf logging header file. Which has been dropped in recent Protobuf release
They moved to ABSEIL Logging
See: protocolbuffers/protobuf@a9f1ea6
Issue is this header is no more found here:
|
#include <google/protobuf/stubs/logging.h> |
Blame: @bengaineyarm
Hi,
Gator daemon use protobuf logging header file. Which has been dropped in recent Protobuf release
They moved to ABSEIL Logging
See: protocolbuffers/protobuf@a9f1ea6
Issue is this header is no more found here:
gator/daemon/logging/logging.cpp
Line 17 in e2a71c3
Blame: @bengaineyarm