We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ac0abf commit bda1cabCopy full SHA for bda1cab
compiler-rt/lib/scudo/standalone/primary32.h
@@ -20,6 +20,7 @@
20
#include "stats.h"
21
#include "string_utils.h"
22
#include "thread_annotations.h"
23
+#include "tracing.h"
24
25
namespace scudo {
26
compiler-rt/lib/scudo/standalone/tracing.h
@@ -9,6 +9,8 @@
9
#ifndef SCUDO_TRACING_H_
10
#define SCUDO_TRACING_H_
11
12
+#include "common.h"
13
+
14
#if defined(SCUDO_ENABLE_TRACING)
15
16
// This file must include definitions for all of the functions below.
0 commit comments