Skip to content

Commit

Permalink
Added missing includes to PrintoutHelper.h
Browse files Browse the repository at this point in the history
We use LogDebug and Trajectory in this header, so we also need
to include the associated headers to make this header
parsable on its own.
  • Loading branch information
Teemperor committed Nov 30, 2017
1 parent a2fb258 commit 40c7ef4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions RecoTracker/CkfPattern/interface/PrintoutHelper.h
@@ -1,6 +1,9 @@
#ifndef RecoTracker_CkfPattern_PrintoutHelper_h
#define RecoTracker_CkfPattern_PrintoutHelper_h

#include "FWCore/MessageLogger/interface/MessageLogger.h"

#include "TrackingTools/PatternTools/interface/Trajectory.h"
#include "TrackingTools/PatternTools/interface/TrajectoryMeasurement.h"
#include "TrackingTools/PatternTools/interface/bqueue.h"

Expand Down

0 comments on commit 40c7ef4

Please sign in to comment.