explicitly include all Evaluations in the file for each specialization

indirectly this was already the case: Math.hpp includes
Evaluation.hpp, but this change should make it more explicit.
This commit is contained in:
Andreas Lauser
2017-04-26 11:10:58 +02:00
parent 1a1b17a5c8
commit ee5ee215bd

View File

@@ -67,6 +67,7 @@ specializationTemplate = \
#define OPM_DENSEAD_EVALUATION{{numDerivs}}_HPP
{% endif %}\
#include "Evaluation.hpp"
#include "Math.hpp"
#include <opm/common/Valgrind.hpp>