From: bangerth Date: Thu, 22 Jan 2009 00:13:04 +0000 (+0000) Subject: Make compile on systems without cstdint. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2ccbb090d16165cb6541b84965c3198ae21cf91b;p=dealii-svn.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