Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/moses-smt/giza-pp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'GIZA++-v2/ATables.h')
-rw-r--r--GIZA++-v2/ATables.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/GIZA++-v2/ATables.h b/GIZA++-v2/ATables.h
index b4ebfcb..a1183ab 100644
--- a/GIZA++-v2/ATables.h
+++ b/GIZA++-v2/ATables.h
@@ -47,7 +47,7 @@ using __gnu_cxx::hash_map;
#else
#include <hash_map>
#endif
-#include <fstream.h>
+#include <fstream>
#include "Array4.h"
#include "myassert.h"
#include "Globals.h"