Skip to content

Commit

Permalink
Add include to MessageLogger.h to EcalEBTrigPrimTestAlgo.h
Browse files Browse the repository at this point in the history
We use edm::LogError here, so we also need to include the header
that is providing this logging mechanism.
  • Loading branch information
Teemperor committed Jun 7, 2017
1 parent 2a0d176 commit 6e8250b
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -20,6 +20,7 @@

#include "FWCore/Framework/interface/EventSetup.h"
#include "FWCore/Framework/interface/ESHandle.h"
#include "FWCore/MessageLogger/interface/MessageLogger.h"
#include "Geometry/CaloGeometry/interface/CaloGeometry.h"
#include "Geometry/Records/interface/CaloGeometryRecord.h"
#include "Geometry/CaloGeometry/interface/CaloSubdetectorGeometry.h"
Expand Down

0 comments on commit 6e8250b

Please sign in to comment.