From: Wolfgang Bangerth Date: Thu, 22 Jan 2009 00:13:04 +0000 (+0000) Subject: Make compile on systems without cstdint. X-Git-Tag: v8.0.0~8088 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f630a14ef644749b3b8e3cccd5973e74c0891853;p=dealii.git Make compile on systems without cstdint. git-svn-id: https://svn.dealii.org/trunk@18259 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/base/source/boost_threads.cc b/deal.II/base/source/boost_threads.cc index 4dfd65b9a8..b044a0580f 100644 --- a/deal.II/base/source/boost_threads.cc +++ b/deal.II/base/source/boost_threads.cc @@ -25,7 +25,6 @@ # ifdef DEAL_II_USE_MT_POSIX # define BOOST_THREAD_POSIX -# include # include # ifndef UINTMAX_C