diff options
Diffstat (limited to 'gcc/jit/jit-recording.h')
-rw-r--r-- | gcc/jit/jit-recording.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/jit/jit-recording.h b/gcc/jit/jit-recording.h index 9034e112be8..dddf0db23da 100644 --- a/gcc/jit/jit-recording.h +++ b/gcc/jit/jit-recording.h @@ -22,6 +22,7 @@ along with GCC; see the file COPYING3. If not see #define JIT_RECORDING_H #include "jit-common.h" +#include "jit-logging.h" namespace gcc { @@ -53,7 +54,7 @@ struct requested_dump }; /* A JIT-compilation context. */ -class context +class context : public log_user { public: context (context *parent_ctxt); |