diff options
Diffstat (limited to 'src/pretty_printing.h')
-rw-r--r-- | src/pretty_printing.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pretty_printing.h b/src/pretty_printing.h index 29b2bdea7..f0a233d69 100644 --- a/src/pretty_printing.h +++ b/src/pretty_printing.h @@ -23,7 +23,7 @@ #include <ostream> -#include "emscripten-optimizer/colors.h" +#include "support/colors.h" inline std::ostream &doIndent(std::ostream &o, unsigned indent) { for (unsigned i = 0; i < indent; i++) { |