From: Jean-Paul Pelteret Date: Tue, 14 Nov 2017 06:35:45 +0000 (+0100) Subject: Add header to tests using Sacado::Rad. X-Git-Tag: v9.0.0-rc1~780^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F5461%2Fhead;p=dealii.git Add header to tests using Sacado::Rad. For some older versions of Trilinos, the header for templated Sacado::Rad numbers is missing from Sacado.hpp. --- diff --git a/tests/sacado/basic_01a.cc b/tests/sacado/basic_01a.cc index 0fd88bc73c..d6c5ae9e12 100644 --- a/tests/sacado/basic_01a.cc +++ b/tests/sacado/basic_01a.cc @@ -23,6 +23,7 @@ #include "../tests.h" #include +#include // The function to differentiate template diff --git a/tests/sacado/basic_01b.cc b/tests/sacado/basic_01b.cc index 5f6c097a11..7ad20017e5 100644 --- a/tests/sacado/basic_01b.cc +++ b/tests/sacado/basic_01b.cc @@ -25,6 +25,7 @@ #include "../tests.h" #include +#include // The functions to differentiate template diff --git a/tests/sacado/basic_02a.cc b/tests/sacado/basic_02a.cc index c3144644b7..ec5d5116c1 100644 --- a/tests/sacado/basic_02a.cc +++ b/tests/sacado/basic_02a.cc @@ -26,6 +26,7 @@ #include "../tests.h" #include +#include // The function to differentiate template diff --git a/tests/sacado/basic_02b.cc b/tests/sacado/basic_02b.cc index 9f167b267f..0ce4ade6f8 100644 --- a/tests/sacado/basic_02b.cc +++ b/tests/sacado/basic_02b.cc @@ -29,6 +29,7 @@ #include "../tests.h" #include +#include // The function to differentiate template