From: Wolfgang 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-Tag: v8.0.0~2470 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=45fcc63f8fafe4760fc7bedeab2494dda310ee07;p=dealii.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