Skip to content

Commit

Permalink
Add include for RPFlatParams.h to LoadEPDB.h
Browse files Browse the repository at this point in the history
We use the RPFlatParams class in this file, so we also need
to include it's corresponding header to make this header compile
on it's own.
  • Loading branch information
Teemperor committed Jun 9, 2017
1 parent 2a0d176 commit 2caea38
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions RecoHI/HiEvtPlaneAlgos/interface/LoadEPDB.h
Expand Up @@ -7,6 +7,8 @@
#include <string>

// user include files
#include "CondFormats/HIObjects/interface/RPFlatParams.h"

#include "FWCore/Framework/interface/Frameworkfwd.h"
#include "FWCore/Framework/interface/EDProducer.h"

Expand Down

0 comments on commit 2caea38

Please sign in to comment.