Skip to content

Commit bda1cab

Browse files
authored
[scudo] Add missing tracing.h include to primary32 (llvm#159668)
1 parent 6ac0abf commit bda1cab

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

compiler-rt/lib/scudo/standalone/primary32.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
#include "stats.h"
2121
#include "string_utils.h"
2222
#include "thread_annotations.h"
23+
#include "tracing.h"
2324

2425
namespace scudo {
2526

compiler-rt/lib/scudo/standalone/tracing.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
#ifndef SCUDO_TRACING_H_
1010
#define SCUDO_TRACING_H_
1111

12+
#include "common.h"
13+
1214
#if defined(SCUDO_ENABLE_TRACING)
1315

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

0 commit comments

Comments
 (0)