From 418a938792564d856ef0e0f02759b884cef2fb42 Mon Sep 17 00:00:00 2001 From: Raphael Isemann Date: Mon, 19 Jun 2017 13:48:23 +0200 Subject: [PATCH] Add include for EventSetup to PhotonFixCMS.h We use EventSetup in this header, so we also need to include the reelvant header to make this file compile on its own. --- HiggsAnalysis/HiggsToGammaGamma/interface/PhotonFixCMS.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HiggsAnalysis/HiggsToGammaGamma/interface/PhotonFixCMS.h b/HiggsAnalysis/HiggsToGammaGamma/interface/PhotonFixCMS.h index f0f89bc71b2c3..39854f09a28de 100644 --- a/HiggsAnalysis/HiggsToGammaGamma/interface/PhotonFixCMS.h +++ b/HiggsAnalysis/HiggsToGammaGamma/interface/PhotonFixCMS.h @@ -44,7 +44,7 @@ #include #include "../interface/PhotonFix.h" #include "DataFormats/EgammaCandidates/interface/Photon.h" - +#include "FWCore/Framework/interface/EventSetup.h" class PhotonFixCMS { public: