add some missing includes to allow compiling with gcc 4.3 (patch by Bircoph)

This commit is contained in:
Gunter Labes 2008-03-04 00:03:37 +00:00
parent 3f787327ae
commit 613985026b
3 changed files with 3 additions and 0 deletions

View file

@ -20,6 +20,7 @@
#include <algorithm>
#include <sstream>
#include <string.h>
#include "config.hpp"
#include "gettext.hpp"
#include "log.hpp"

View file

@ -37,6 +37,7 @@
#include <ctime>
#include <signal.h>
#include <string.h>
#if defined(_WIN32) || defined(__WIN32__) || defined (WIN32)
#undef INADDR_ANY
#undef INADDR_BROADCAST

View file

@ -24,6 +24,7 @@
#include "video.hpp"
#include <algorithm>
#include <string.h>
#include <cassert>
#include <cmath>
#include <iostream>