Applied patch by Karsten Schwinne, adding a few header files necessary

for gcc 4.3.1.
This commit is contained in:
Florian Pose 2008-09-24 10:28:59 +00:00
parent 7cb866a280
commit 5a8037f67d
5 changed files with 5 additions and 0 deletions

View File

@ -7,6 +7,7 @@
#include <iostream>
#include <iomanip>
#include <list>
#include <string.h>
using namespace std;
#include "CommandSlaves.h"

View File

@ -5,6 +5,7 @@
****************************************************************************/
#include <iostream>
#include <algorithm>
using namespace std;
#include "CommandStates.h"

View File

@ -6,6 +6,7 @@
#include <iostream>
#include <iomanip>
#include <string.h>
using namespace std;
#include "CommandXml.h"

View File

@ -8,6 +8,7 @@
#include <fcntl.h>
#include <errno.h>
#include <sys/ioctl.h>
#include <string.h>
#include <sstream>
#include <iomanip>

View File

@ -6,6 +6,7 @@
#include <getopt.h>
#include <libgen.h> // basename()
#include <stdlib.h>
#include <iostream>
#include <iomanip>