Skip to content

Commit 4dc865e

Browse files
BinExport Authorscopybara-github
authored andcommitted
Automated Code Change
PiperOrigin-RevId: 829425823 Change-Id: I194c076b862e528b06c0a7b68888c0b271f90d97
1 parent 70aeac7 commit 4dc865e

File tree

5 files changed

+5
-0
lines changed

5 files changed

+5
-0
lines changed

binaryninja/log_sink.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
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

binaryninja/log_sink.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
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

ida/log_sink.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
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

ida/log_sink.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
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

util/logging.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
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"

0 commit comments

Comments
 (0)