Skip to content

Commit

Permalink
Merge "Fix windows build" into main
Browse files Browse the repository at this point in the history
  • Loading branch information
ddiproietto authored and Gerrit Code Review committed Sep 30, 2024
2 parents b4b75ee + c5e9446 commit 46ba513
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/trace_processor/importers/perf/spe.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@
#ifndef SRC_TRACE_PROCESSOR_IMPORTERS_PERF_SPE_H_
#define SRC_TRACE_PROCESSOR_IMPORTERS_PERF_SPE_H_

#include <strings.h>
#include <cstddef>
#include <cstdint>
#include "perfetto/base/logging.h"
#include "perfetto/public/compiler.h"

namespace perfetto::trace_processor::perf_importer::spe {

// Test whether a given bit is set. e.g.
Expand Down

0 comments on commit 46ba513

Please sign in to comment.