Fix problem with old Probcons code: couldn't be complied with modern gcc since string...
[jabaws.git] / binaries / src / probcons / Main.cc
index 399b1a2..0542917 100644 (file)
@@ -23,6 +23,7 @@
 #include <cstdlib>
 #include <cerrno>
 #include <iomanip>
+#include <string.h>
 
 string parametersInputFilename = "";
 string parametersOutputFilename = "no training";