fixed compile error on gcc 4.3

This commit is contained in:
punkrockguy318 2008-06-10 05:51:11 +00:00
parent fa951d9fbb
commit d00be0620b
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
#include <iostream>
#include <fstream>
#include <stdio.h>
#include <string.h>
#include "../../types.h"
#include "configSys.h"