1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-10 00:58:17 +03:00

Fix for ticket #36 - Not compiling under gcc 4.3.0

git-svn-id: http://svn.opennebula.org/one/trunk@110 3034c82b-c49b-4eb3-8279-a7acafdc01c0
This commit is contained in:
Constantino Vázquez Blanco 2008-10-02 16:09:12 +00:00
parent 0adc262a8d
commit 67bb553001
6 changed files with 6 additions and 0 deletions

View File

@ -21,6 +21,7 @@
#include <string>
#include <map>
#include <sstream>
#include <algorithm>
using namespace std;

View File

@ -19,6 +19,7 @@
#include <iostream>
#include <sstream>
#include <algorithm>
#include "HostShare.h"

View File

@ -22,6 +22,7 @@
#include <fcntl.h>
#include <sys/types.h>
#include <sys/wait.h>
#include <string.h>
#include "Mad.h"
#include "Nebula.h"

View File

@ -17,6 +17,7 @@
#include "Log.h"
#include <string.h>
#include <stdlib.h>
#include <stdexcept>
#include <sstream>

View File

@ -19,6 +19,7 @@
#include <sstream>
#include <iostream>
#include <stdexcept>
#include <algorithm>
#include "PoolSQL.h"

View File

@ -25,6 +25,7 @@
#include <netinet/tcp.h>
#include <unistd.h>
#include <fcntl.h>
#include <string.h>
/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */