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

github.com/moses-smt/mgiza.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mgizapp/src/mkcls/myassert.h')
-rw-r--r--mgizapp/src/mkcls/myassert.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/mgizapp/src/mkcls/myassert.h b/mgizapp/src/mkcls/myassert.h
index da86ffb..0276ba3 100644
--- a/mgizapp/src/mkcls/myassert.h
+++ b/mgizapp/src/mkcls/myassert.h
@@ -34,7 +34,7 @@ void imyerror(int line,const char *file,const char *expression);
#define vassert(expr) do {} while(0)
-#include <assert.h>
+#include <cassert>
#endif