From 35eaabd71ecbecf7b4fc6c63bffa3180c1ecc235 Mon Sep 17 00:00:00 2001 From: bangerth Date: Tue, 13 Jan 2009 13:53:08 +0000 Subject: [PATCH] Add missing header file for newer compilers (needed for std::abort). git-svn-id: https://svn.dealii.org/trunk@18205 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/base/source/thread_management.cc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/deal.II/base/source/thread_management.cc b/deal.II/base/source/thread_management.cc index 509d7fd1ab..ae6af3c6dc 100644 --- a/deal.II/base/source/thread_management.cc +++ b/deal.II/base/source/thread_management.cc @@ -2,7 +2,7 @@ // $Id$ // Version: $Name$ // -// Copyright (C) 2000, 2001, 2002, 2003, 2005, 2006, 2007, 2008 by the deal.II authors +// Copyright (C) 2000, 2001, 2002, 2003, 2005, 2006, 2007, 2008, 2009 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer @@ -14,6 +14,8 @@ #include #include +#include + #ifdef DEAL_II_USE_MT_POSIX # include #endif -- 2.39.5