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