--- src/WManager.cc.orig Mon Nov 15 00:28:36 1999 +++ src/WManager.cc Sun Nov 2 02:45:05 2003 @@ -25,7 +25,10 @@ #include <string> // standard string class #include <fstream> // file streams #include <cstring> // only for 'strtok' +#include <iostream> #include <pwd.h> // for home directory +#include <unistd.h> +#include <sys/types.h> // PROJECT INCLUDES //////////////////////////////// @@ -36,6 +39,7 @@ // LOCAL INCLUDES ////////////////////////////////// #include <FL/fl_message.H> // message window +using namespace std; // constructor WManager::WManager()