added include

This commit is contained in:
mes5k 2004-02-05 02:56:42 +00:00
parent cda007618d
commit 2e935f495e

View File

@ -25,6 +25,7 @@
#include <tclap/Arg.h> #include <tclap/Arg.h>
#include <string> #include <string>
#include <vector> #include <vector>
#include <algorithm>
using namespace std; using namespace std;