From f630a14ef644749b3b8e3cccd5973e74c0891853 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Thu, 22 Jan 2009 00:13:04 +0000 Subject: [PATCH] Make compile on systems without cstdint. git-svn-id: https://svn.dealii.org/trunk@18259 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/base/source/boost_threads.cc | 1 - 1 file changed, 1 deletion(-) 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 -- 2.39.5