From: Wolfgang Bangerth Date: Mon, 17 Mar 2008 03:29:06 +0000 (+0000) Subject: Provide correct include file for abort(). X-Git-Tag: v8.0.0~9281 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f642f40ee8804dddc0e2ee7b936bb802cfa07a84;p=dealii.git Provide correct include file for abort(). git-svn-id: https://svn.dealii.org/trunk@15893 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/common/scripts/make_dependencies.cc b/deal.II/common/scripts/make_dependencies.cc index 158aed9334..115ccc3abe 100644 --- a/deal.II/common/scripts/make_dependencies.cc +++ b/deal.II/common/scripts/make_dependencies.cc @@ -41,6 +41,7 @@ #include #include #include +#include // base path for object files, // including trailing slash if @@ -150,7 +151,7 @@ void determine_direct_includes (const std::string &file) { std::cerr << "Include file name empty in file <" << file << "> line: " << std::endl << line << std::endl; - abort(); + std::abort(); } // next try to locate the file