Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions compiler-rt/lib/scudo/standalone/primary32.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
#include "stats.h"
#include "string_utils.h"
#include "thread_annotations.h"
#include "tracing.h"

namespace scudo {

Expand Down
2 changes: 2 additions & 0 deletions compiler-rt/lib/scudo/standalone/tracing.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
#ifndef SCUDO_TRACING_H_
#define SCUDO_TRACING_H_

#include "common.h"

#if defined(SCUDO_ENABLE_TRACING)

// This file must include definitions for all of the functions below.
Expand Down