diff options
Diffstat (limited to 'gcc/diagnostics/output-file.h')
-rw-r--r-- | gcc/diagnostics/output-file.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/diagnostics/output-file.h b/gcc/diagnostics/output-file.h index f936387..827adcd 100644 --- a/gcc/diagnostics/output-file.h +++ b/gcc/diagnostics/output-file.h @@ -21,6 +21,8 @@ along with GCC; see the file COPYING3. If not see #ifndef GCC_DIAGNOSTICS_OUTPUT_FILE_H #define GCC_DIAGNOSTICS_OUTPUT_FILE_H +#include "label-text.h" + namespace diagnostics { /* RAII class for wrapping a FILE * that could be borrowed or owned, |