X-Git-Url: https://git.donarmstrong.com/lilypond.git?a=blobdiff_plain;f=debug.cc;h=34859a3c9f70c93242c47e6a4b1589198f816229;hb=748e6176ab755ccf841f408d13d5818260a05d32;hp=874937573e346bda16f067d0139aea65ee0b2a84;hpb=74e0f769a23454f038d20270463c734a9c22f5f9;p=lilypond.git diff --git a/debug.cc b/debug.cc index 874937573e..34859a3c9f 100644 --- a/debug.cc +++ b/debug.cc @@ -1,9 +1,10 @@ +#include #include "debug.hh" #include "dstream.hh" #include "vector.hh" Dstream monitor(&cout,".dstreamrc"); - +ostream * nulldev = new ofstream("/dev/null"); void debug_init() {