From eb7bb7c4346f7ca4e9b6280cf2288323414749bd Mon Sep 17 00:00:00 2001 From: Sven Verdoolaege Date: Mon, 25 Aug 2008 15:59:00 +0200 Subject: [PATCH] NTL_QQ.cc: add stdlib include for abort hidden in NTL_vector_impl Reported by Kostas Oikonomou --- NTL_QQ.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/NTL_QQ.cc b/NTL_QQ.cc index 5de8cf9..3255082 100644 --- a/NTL_QQ.cc +++ b/NTL_QQ.cc @@ -1,4 +1,5 @@ #include +#include // needed for abort hidden in NTL_vector_impl #include NTL_vector_impl(QQ,vec_QQ); -- 2.11.4.GIT