diff --git a/util/bsetroot.cc b/util/bsetroot.cc index 4a610a78..cd9c9244 100644 --- a/util/bsetroot.cc +++ b/util/bsetroot.cc @@ -15,6 +15,7 @@ #include "bsetroot.hh" #include +using namespace std; bsetroot::bsetroot(int argc, char **argv, char *dpy_name) : BaseDisplay(argv[0], dpy_name) { @@ -120,10 +121,10 @@ bsetroot::~bsetroot(void) { delete [] pixmaps; } -#ifdef DEBUG + #ifdef DEBUG else cerr<<"~bsetroot: why don't we have any pixmaps?"<