diff options
Diffstat (limited to 'tools/perf/util/demangle-cxx.h')
-rw-r--r-- | tools/perf/util/demangle-cxx.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/perf/util/demangle-cxx.h b/tools/perf/util/demangle-cxx.h index 26b5b66c0b4e..9359937a881a 100644 --- a/tools/perf/util/demangle-cxx.h +++ b/tools/perf/util/demangle-cxx.h @@ -2,6 +2,8 @@ #ifndef __PERF_DEMANGLE_CXX #define __PERF_DEMANGLE_CXX 1 +#include <stdbool.h> + #ifdef __cplusplus extern "C" { #endif |