File tree Expand file tree Collapse file tree 5 files changed +5
-0
lines changed
Expand file tree Collapse file tree 5 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 1919// clang-format on
2020
2121#include " third_party/absl/base/log_severity.h"
22+ #include " third_party/absl/log/log_entry.h"
2223#include " third_party/absl/strings/string_view.h"
2324#include " third_party/zynamics/binexport/util/logging.h"
2425
Original file line number Diff line number Diff line change 1515#ifndef BINARYNINJA_LOG_SINK_H_
1616#define BINARYNINJA_LOG_SINK_H_
1717
18+ #include " third_party/absl/log/log_entry.h"
1819#include " third_party/absl/log/log_sink.h"
1920#include " third_party/zynamics/binexport/util/logging.h"
2021
Original file line number Diff line number Diff line change 2222#include " third_party/zynamics/binexport/ida/end_idasdk.inc" // NOLINT
2323// clang-format on
2424
25+ #include " third_party/absl/log/log_entry.h"
2526#include " third_party/absl/strings/string_view.h"
2627#include " third_party/zynamics/binexport/util/logging.h"
2728
Original file line number Diff line number Diff line change 1515#ifndef IDA_LOG_SINK_H_
1616#define IDA_LOG_SINK_H_
1717
18+ #include " third_party/absl/log/log_entry.h"
1819#include " third_party/absl/log/log_sink.h"
1920#include " third_party/zynamics/binexport/util/logging.h"
2021
Original file line number Diff line number Diff line change 2727#include " third_party/absl/base/internal/sysinfo.h"
2828#include " third_party/absl/log/initialize.h"
2929#include " third_party/absl/log/log.h"
30+ #include " third_party/absl/log/log_entry.h"
3031#include " third_party/absl/log/log_sink.h"
3132#include " third_party/absl/log/log_sink_registry.h"
3233#include " third_party/absl/status/status.h"
You can’t perform that action at this time.
0 commit comments