From 151725dd66b4c4923cf9ea3d27a89ac82575bc5e Mon Sep 17 00:00:00 2001 From: l_maliakal_d Date: Thu, 14 Nov 2013 14:24:26 +0000 Subject: [PATCH] some more changes to receiver git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorSoftware@693 951219d9-93cf-4727-9268-0efd64621fa3 --- slsDetectorSoftware/slsDetectorAnalysis/movingStat.h | 2 +- slsDetectorSoftware/slsDetectorAnalysis/runningStat.h | 2 +- slsDetectorSoftware/slsDetectorAnalysis/singlePhotonFilter.h | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/slsDetectorSoftware/slsDetectorAnalysis/movingStat.h b/slsDetectorSoftware/slsDetectorAnalysis/movingStat.h index c8daf505c..d6a2b2e33 100644 --- a/slsDetectorSoftware/slsDetectorAnalysis/movingStat.h +++ b/slsDetectorSoftware/slsDetectorAnalysis/movingStat.h @@ -6,7 +6,7 @@ #define MOVINGSTAT_H //#include "sls_detector_defs.h" - +#include #include #include #include diff --git a/slsDetectorSoftware/slsDetectorAnalysis/runningStat.h b/slsDetectorSoftware/slsDetectorAnalysis/runningStat.h index e954b9adc..98ab7986f 100644 --- a/slsDetectorSoftware/slsDetectorAnalysis/runningStat.h +++ b/slsDetectorSoftware/slsDetectorAnalysis/runningStat.h @@ -8,7 +8,7 @@ #include //#include "sls_detector_defs.h" - +#include typedef double double32_t; typedef float float32_t; typedef int int32_t; diff --git a/slsDetectorSoftware/slsDetectorAnalysis/singlePhotonFilter.h b/slsDetectorSoftware/slsDetectorAnalysis/singlePhotonFilter.h index 1d2a99f7b..7350db8b9 100644 --- a/slsDetectorSoftware/slsDetectorAnalysis/singlePhotonFilter.h +++ b/slsDetectorSoftware/slsDetectorAnalysis/singlePhotonFilter.h @@ -20,6 +20,7 @@ #include #endif +#include #include #include #include