From 5bc341cb9f32dd240251d44fbb152f693b14e226 Mon Sep 17 00:00:00 2001 From: Lisa Julia Nebel <lisa_julia.nebel@tu-dresden.de> Date: Thu, 27 Jan 2022 08:09:51 +0100 Subject: [PATCH] Add include in mooneyrivlintest (needed for std::setprecision) --- test/mooneyrivlintest.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/test/mooneyrivlintest.cc b/test/mooneyrivlintest.cc index 73fcfdd..1134aa6 100644 --- a/test/mooneyrivlintest.cc +++ b/test/mooneyrivlintest.cc @@ -1,4 +1,5 @@ #include <config.h> +#include <iomanip> // Includes for the ADOL-C automatic differentiation library // Need to come before (almost) all others. -- GitLab