summaryrefslogtreecommitdiff
path: root/src/pretty_printing.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pretty_printing.h')
-rw-r--r--src/pretty_printing.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pretty_printing.h b/src/pretty_printing.h
index cc2d88272..88028fdec 100644
--- a/src/pretty_printing.h
+++ b/src/pretty_printing.h
@@ -5,7 +5,7 @@
#include <ostream>
-#include "colors.h"
+#include "emscripten-optimizer/colors.h"
std::ostream &doIndent(std::ostream &o, unsigned indent) {
for (unsigned i = 0; i < indent; i++) {