Add a few missing headers.

Fixes build with gcc 4.3.2 on Debian.

Signed-off-by: Alexey Zaytsev <alexey.zaytsev@gmail.com>
This commit is contained in:
Alexey Zaytsev
2008-10-22 02:05:55 +04:00
parent 0aa7fe6876
commit 862bfdba15
6 changed files with 8 additions and 0 deletions

View File

@@ -3,6 +3,8 @@
#include <sstream>
#include <sys/types.h>
#include <unistd.h>
#include <stdlib.h>
#include <string.h>
#include <sys/wait.h>
using namespace std;

View File

@@ -1,5 +1,6 @@
#include "XLIFFFile.h"
#include <algorithm>
#include <sys/time.h>
#include <time.h>

View File

@@ -1,5 +1,6 @@
#include "XMLHandler.h"
#include <algorithm>
#include <expat.h>
#include <stdio.h>
#include <string.h>

View File

@@ -3,6 +3,7 @@
#include "SourcePos.h"
#include <algorithm>
#include <string>
#include <vector>
#include <map>

View File

@@ -3,6 +3,8 @@
#include <sys/fcntl.h>
#include <sys/stat.h>
#include <errno.h>
#include <string.h>
#include <stdlib.h>
#include <host/Directories.h>
#include "log.h"

View File

@@ -14,6 +14,7 @@
#include <sstream>
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
using namespace std;