From 3a832edff6b37b9a8abf24880ed4876aa8193341 Mon Sep 17 00:00:00 2001 From: Simon Rit Date: Fri, 21 Jan 2022 16:31:28 +0100 Subject: [PATCH] COMP: Include missing header includes in src files Reverts 4e48dc45f4872cd8c9f9f2ab2f9c2b60dd263f46 in src --- src/rtkPhaseReader.cxx | 1 + src/rtkPhasesToInterpolationWeights.cxx | 4 +--- src/rtkSignalToInterpolationWeights.cxx | 1 + 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/rtkPhaseReader.cxx b/src/rtkPhaseReader.cxx index d80d7c53d..256b71f28 100644 --- a/src/rtkPhaseReader.cxx +++ b/src/rtkPhaseReader.cxx @@ -16,6 +16,7 @@ * *=========================================================================*/ +#include "rtkPhaseReader.h" #include "itksys/SystemTools.hxx" diff --git a/src/rtkPhasesToInterpolationWeights.cxx b/src/rtkPhasesToInterpolationWeights.cxx index d3d355b9b..0fb8cf0da 100644 --- a/src/rtkPhasesToInterpolationWeights.cxx +++ b/src/rtkPhasesToInterpolationWeights.cxx @@ -15,9 +15,7 @@ * limitations under the License. * *=========================================================================*/ -#ifndef rtkPhasesToInterpolationWeights_hxx -#define rtkPhasesToInterpolationWeights_hxx - +#include "rtkPhasesToInterpolationWeights.h" #include #include diff --git a/src/rtkSignalToInterpolationWeights.cxx b/src/rtkSignalToInterpolationWeights.cxx index f5bcb6afa..db5074650 100644 --- a/src/rtkSignalToInterpolationWeights.cxx +++ b/src/rtkSignalToInterpolationWeights.cxx @@ -16,6 +16,7 @@ * *=========================================================================*/ +#include "rtkSignalToInterpolationWeights.h" #include #include