diff options
Diffstat (limited to 'gcc/text-art/style.cc')
-rw-r--r-- | gcc/text-art/style.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/text-art/style.cc b/gcc/text-art/style.cc index ffc75b6..40886d6 100644 --- a/gcc/text-art/style.cc +++ b/gcc/text-art/style.cc @@ -29,7 +29,7 @@ along with GCC; see the file COPYING3. If not see #include "text-art/selftests.h" #include "text-art/types.h" #include "color-macros.h" -#include "diagnostic-color.h" +#include "diagnostics/color.h" using namespace text_art; |