minor fix

This commit is contained in:
fluxgen 2002-03-01 14:53:14 +00:00
parent 71c0778a2d
commit 1e9ee6cca4
2 changed files with 4 additions and 0 deletions

View file

@ -28,6 +28,7 @@
#include <string>
#include <iostream>
#include <cstdio>
using namespace std;

View file

@ -20,6 +20,9 @@
// DEALINGS IN THE SOFTWARE.
#include "../StringUtil.hh"
#ifndef _GNU_SOURCE
#define _GNU_SOURCE
#endif //_GNU_SOURCE
#include <vector>
#include <iostream>