]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Add missing header file for newer compilers (needed for std::abort).
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Tue, 13 Jan 2009 13:53:08 +0000 (13:53 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Tue, 13 Jan 2009 13:53:08 +0000 (13:53 +0000)
git-svn-id: https://svn.dealii.org/trunk@18205 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/base/source/thread_management.cc

index 509d7fd1ab0ac5a9e5a6f06088f77aa3de580f25..ae6af3c6dc4ffadd30c4cba61a2e689f0ef5a349 100644 (file)
@@ -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 <base/thread_management.h>
 #include <iostream>
+#include <cstdlib>
+
 #ifdef DEAL_II_USE_MT_POSIX
 #  include <list>
 #endif

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.