Added missing headers for newer GCC versions.

This commit is contained in:
Florian Pose 2009-02-24 08:54:17 +00:00
parent 051319aa12
commit 7877d98430
2 changed files with 3 additions and 0 deletions

View File

@ -4,6 +4,8 @@
*
****************************************************************************/
#include <string.h>
#include <iostream>
#include <iomanip>
using namespace std;

View File

@ -5,6 +5,7 @@
****************************************************************************/
#include <libgen.h> // basename()
#include <string.h>
#include <iostream>
#include <iomanip>