diff --git a/reader/flow_graph.cc b/reader/flow_graph.cc index 15347036..b1156cbb 100644 --- a/reader/flow_graph.cc +++ b/reader/flow_graph.cc @@ -16,14 +16,21 @@ #include #include // NOLINT +#include #include +#include #include +#include #include #include "third_party/absl/log/check.h" #include "third_party/absl/log/log.h" #include "third_party/absl/memory/memory.h" +#include "third_party/absl/strings/ascii.h" +#include "third_party/absl/types/optional.h" +#include "third_party/zynamics/binexport/architectures.h" #include "third_party/zynamics/binexport/reader/graph_utility.h" +#include "third_party/zynamics/binexport/reader/instruction.h" #include "third_party/zynamics/binexport/util/types.h" namespace security::binexport {