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/Vector.h')
-rw-r--r--GIZA++-v2/Vector.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/GIZA++-v2/Vector.h b/GIZA++-v2/Vector.h
index d0d5d1f..cd682c1 100644
--- a/GIZA++-v2/Vector.h
+++ b/GIZA++-v2/Vector.h
@@ -31,7 +31,7 @@ Franz Josef Och (30/07/99)
#include <string>
#include <utility>
#include <functional>
-#include <assert.h>
+#include <cassert>
#ifdef NDEBUG