From: Jean-Paul Pelteret <jppelteret@gmail.com>
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=f959e31c431f8e18dd5c146466a9a006857bb0ea;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 <Sacado.hpp>
+#include <Sacado_trad.hpp>
 
 // The function to differentiate
 template <typename NumberType>
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 <Sacado.hpp>
+#include <Sacado_trad.hpp>
 
 // The functions to differentiate
 template <typename NumberType>
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 <Sacado.hpp>
+#include <Sacado_trad.hpp>
 
 // The function to differentiate
 template <typename NumberType, typename NumberType2>
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 <Sacado.hpp>
+#include <Sacado_trad.hpp>
 
 // The function to differentiate
 template <typename NumberType, typename NumberType2>