From 0fb1dfd2b2fe2ae870c62904674cb4a9941f1937 Mon Sep 17 00:00:00 2001 From: Achim Gsell <achim.gsell@psi.ch> Date: Wed, 7 Oct 2020 11:51:52 +0200 Subject: [PATCH] missing includes fixed --- src/Solvers/ArbitraryDomain.cpp | 1 + src/Solvers/IrregularDomain.h | 1 + 2 files changed, 2 insertions(+) diff --git a/src/Solvers/ArbitraryDomain.cpp b/src/Solvers/ArbitraryDomain.cpp index 6da0f901e..499f872eb 100644 --- a/src/Solvers/ArbitraryDomain.cpp +++ b/src/Solvers/ArbitraryDomain.cpp @@ -35,6 +35,7 @@ #include <iostream> #include <tuple> #include "Utilities/OpalException.h" +#include "Index/NDIndex.h" ArbitraryDomain::ArbitraryDomain( BoundaryGeometry * bgeom, IntVector_t nr, diff --git a/src/Solvers/IrregularDomain.h b/src/Solvers/IrregularDomain.h index 9b865477d..ba45351d6 100644 --- a/src/Solvers/IrregularDomain.h +++ b/src/Solvers/IrregularDomain.h @@ -30,6 +30,7 @@ #include <string> #include "Algorithms/Vektor.h" #include "Algorithms/Quaternion.h" +#include "Index/NDIndex.h" /// enumeration corresponding to different interpolation methods at the boundary enum { -- GitLab