From: bangerth Date: Mon, 2 Jul 2012 21:42:44 +0000 (+0000) Subject: Add an include file that's necessary for the pgi compiler. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f749f716cbf07f0ea4405beded2c73e99cee69f5;p=dealii-svn.git Add an include file that's necessary for the pgi compiler. git-svn-id: https://svn.dealii.org/trunk@25664 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/source/base/data_out_base.cc b/deal.II/source/base/data_out_base.cc index 98380bf568..5a70309369 100644 --- a/deal.II/source/base/data_out_base.cc +++ b/deal.II/source/base/data_out_base.cc @@ -45,6 +45,9 @@ #include #include +// we use uint32_t and uint8_t below, which are declared here: +#include + #ifdef HAVE_LIBZ # include #endif