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/Pointer.h')
-rw-r--r--mgizapp/src/Pointer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/mgizapp/src/Pointer.h b/mgizapp/src/Pointer.h
index 58de60c..fd05688 100644
--- a/mgizapp/src/Pointer.h
+++ b/mgizapp/src/Pointer.h
@@ -23,7 +23,7 @@ USA.
#ifndef HEADER_Pointer_DEFINED
#define HEADER_Pointer_DEFINED
-#include <assert.h>
+#include <cassert>
#include <iostream>
template<class T>