From 81bf814333c147ee72f7aa915d9614e48d9d32dc Mon Sep 17 00:00:00 2001 From: odlomax Date: Mon, 8 Jan 2024 09:47:15 +0000 Subject: [PATCH] Added missing header include. --- .../interpolation/method/sphericalvector/SphericalVector.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/atlas/interpolation/method/sphericalvector/SphericalVector.cc b/src/atlas/interpolation/method/sphericalvector/SphericalVector.cc index fa46a092e..8cfbbefab 100644 --- a/src/atlas/interpolation/method/sphericalvector/SphericalVector.cc +++ b/src/atlas/interpolation/method/sphericalvector/SphericalVector.cc @@ -14,6 +14,7 @@ #include "atlas/interpolation/Interpolation.h" #include "atlas/interpolation/method/MethodFactory.h" #include "atlas/interpolation/method/sphericalvector/Types.h" +#include "atlas/option/Options.h" #include "atlas/parallel/omp/omp.h" #include "atlas/runtime/Exception.h" #include "atlas/runtime/Trace.h"