diff options
author | Alon Zakai <alonzakai@gmail.com> | 2015-11-11 20:38:18 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2015-11-11 20:38:18 -0800 |
commit | a43caa75ce7293a4aea91228daf379f06817f5d8 (patch) | |
tree | cf19d50e137e9c4a80180bfb90d084f418e337f5 /src/pretty_printing.h | |
parent | ed47fbc9ce48e712548d937195e0f7d333da55c4 (diff) | |
download | binaryen-a43caa75ce7293a4aea91228daf379f06817f5d8.tar.gz binaryen-a43caa75ce7293a4aea91228daf379f06817f5d8.tar.bz2 binaryen-a43caa75ce7293a4aea91228daf379f06817f5d8.zip |
add simple example
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 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++) { |