diff options
Diffstat (limited to 'dtrain/dtrain.h')
-rw-r--r-- | dtrain/dtrain.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dtrain/dtrain.h b/dtrain/dtrain.h index 0c27167d..c1d910aa 100644 --- a/dtrain/dtrain.h +++ b/dtrain/dtrain.h @@ -3,6 +3,7 @@ #include <iomanip> +#include <string.h> #include <boost/algorithm/string.hpp> #include <boost/program_options.hpp> @@ -11,7 +12,6 @@ #include "pairsampling.h" #define DTRAIN_DOTS 100 // when to display a '.' -#define DTRAIN_TMP_DIR "/tmp" #define DTRAIN_GRAMMAR_DELIM "########EOS########" using namespace std; |