diff --git a/lib/proc_control.cpp b/lib/proc_control.cpp index 8ef877556a..0eeacb6388 100644 --- a/lib/proc_control.cpp +++ b/lib/proc_control.cpp @@ -49,6 +49,10 @@ using std::vector; //#define DEBUG +#ifdef DEBUG +#include +#endif + static void get_descendants_aux(PROC_MAP& pm, int pid, vector& pids) { PROC_MAP::iterator i = pm.find(pid); if (i == pm.end()) return;