From 21f2984e4510befa5c69f6cac061fd0413817090 Mon Sep 17 00:00:00 2001 From: Raphael Isemann Date: Wed, 22 Nov 2017 09:02:37 +0100 Subject: [PATCH] Added missing includes to SurveyPxbImageReader This header references std::find, std::cout and SurveyPxbImage but doesn't include the associated headers. This patch adds the missing includes to make this header parsable on its own. --- Alignment/SurveyAnalysis/interface/SurveyPxbImageReader.h | 4 ++++ CalibFormats/SiPixelObjects/interface/PixelTimeFormatter.h | 2 ++ 2 files changed, 6 insertions(+) diff --git a/Alignment/SurveyAnalysis/interface/SurveyPxbImageReader.h b/Alignment/SurveyAnalysis/interface/SurveyPxbImageReader.h index 61c4fa846cd38..8366f066f08b9 100644 --- a/Alignment/SurveyAnalysis/interface/SurveyPxbImageReader.h +++ b/Alignment/SurveyAnalysis/interface/SurveyPxbImageReader.h @@ -1,6 +1,10 @@ #ifndef GUARD_surveypxbimagereader_h #define GUARD_surveypxbimagereader_h +#include "Alignment/SurveyAnalysis/interface/SurveyPxbImage.h" + +#include +#include #include #include #include diff --git a/CalibFormats/SiPixelObjects/interface/PixelTimeFormatter.h b/CalibFormats/SiPixelObjects/interface/PixelTimeFormatter.h index a646a46f91ccb..830b5a5efab15 100644 --- a/CalibFormats/SiPixelObjects/interface/PixelTimeFormatter.h +++ b/CalibFormats/SiPixelObjects/interface/PixelTimeFormatter.h @@ -12,6 +12,8 @@ * A longer explanation will be placed here later */ +#include "CalibFormats/SiPixelObjects/interface/PixelConfigKey.h" + #include #include #include