From f959e31c431f8e18dd5c146466a9a006857bb0ea Mon Sep 17 00:00:00 2001 From: Jean-Paul Pelteret Date: Tue, 14 Nov 2017 07:35:45 +0100 Subject: [PATCH] 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. --- tests/sacado/basic_01a.cc | 1 + tests/sacado/basic_01b.cc | 1 + tests/sacado/basic_02a.cc | 1 + tests/sacado/basic_02b.cc | 1 + 4 files changed, 4 insertions(+) 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 -- 2.39.5