Applied patch by Karsten Schwinne, adding a few header files necessary
for gcc 4.3.1.
This commit is contained in:
parent
7cb866a280
commit
5a8037f67d
|
|
@ -7,6 +7,7 @@
|
|||
#include <iostream>
|
||||
#include <iomanip>
|
||||
#include <list>
|
||||
#include <string.h>
|
||||
using namespace std;
|
||||
|
||||
#include "CommandSlaves.h"
|
||||
|
|
|
|||
|
|
@ -5,6 +5,7 @@
|
|||
****************************************************************************/
|
||||
|
||||
#include <iostream>
|
||||
#include <algorithm>
|
||||
using namespace std;
|
||||
|
||||
#include "CommandStates.h"
|
||||
|
|
|
|||
|
|
@ -6,6 +6,7 @@
|
|||
|
||||
#include <iostream>
|
||||
#include <iomanip>
|
||||
#include <string.h>
|
||||
using namespace std;
|
||||
|
||||
#include "CommandXml.h"
|
||||
|
|
|
|||
|
|
@ -8,6 +8,7 @@
|
|||
#include <fcntl.h>
|
||||
#include <errno.h>
|
||||
#include <sys/ioctl.h>
|
||||
#include <string.h>
|
||||
|
||||
#include <sstream>
|
||||
#include <iomanip>
|
||||
|
|
|
|||
|
|
@ -6,6 +6,7 @@
|
|||
|
||||
#include <getopt.h>
|
||||
#include <libgen.h> // basename()
|
||||
#include <stdlib.h>
|
||||
|
||||
#include <iostream>
|
||||
#include <iomanip>
|
||||
|
|
|
|||
Loading…
Reference in New Issue