From a9e4a6e9fb2059d357ffc80bea13790a4c87b8e5 Mon Sep 17 00:00:00 2001 From: Marcel Loose <loose@astron.nl> Date: Thu, 16 Jan 2014 14:59:42 +0000 Subject: [PATCH] Task #1254: Removed variants file for dop282; it's no longer needed. Added a few missing #include's. --- MAC/APL/CURTDBDaemons/test/tLoggingProcessor.cc | 1 + RTCP/CNProc/src/InversePPF.h | 1 + 2 files changed, 2 insertions(+) diff --git a/MAC/APL/CURTDBDaemons/test/tLoggingProcessor.cc b/MAC/APL/CURTDBDaemons/test/tLoggingProcessor.cc index 118d43b51d8..8aa3ebb9c8b 100644 --- a/MAC/APL/CURTDBDaemons/test/tLoggingProcessor.cc +++ b/MAC/APL/CURTDBDaemons/test/tLoggingProcessor.cc @@ -25,6 +25,7 @@ //# Includes #include <Common/LofarLogger.h> +#include <Common/SystemUtil.h> #include <Common/lofar_string.h> using namespace LOFAR; diff --git a/RTCP/CNProc/src/InversePPF.h b/RTCP/CNProc/src/InversePPF.h index f1a11f1ad59..123ff1d060d 100644 --- a/RTCP/CNProc/src/InversePPF.h +++ b/RTCP/CNProc/src/InversePPF.h @@ -67,6 +67,7 @@ #include <Interface/InverseFilteredData.h> #include <Interface/Align.h> #include <Interface/AlignedStdAllocator.h> +#include <boost/noncopyable.hpp> #include <vector> #include <FilterBank.h> #include <FIR.h> -- GitLab