From: bangerth Date: Tue, 6 Jan 2009 04:47:42 +0000 (+0000) Subject: Work around a silly bug in xlC by shuffling the order of include files. xlC otherwise... X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c7fabcf096d31082da4b5300edfe610299ed6663;p=dealii-svn.git Work around a silly bug in xlC by shuffling the order of include files. xlC otherwise won't recognize an explicit instantiation of a class template member template. git-svn-id: https://svn.dealii.org/trunk@18096 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/source/grid/tria_objects.cc b/deal.II/deal.II/source/grid/tria_objects.cc index 9961c1f516..d284273579 100644 --- a/deal.II/deal.II/source/grid/tria_objects.cc +++ b/deal.II/deal.II/source/grid/tria_objects.cc @@ -13,8 +13,8 @@ #include -#include #include +#include #include #include