Skip to content

Commit

Permalink
Add mising includes in DataFormats
Browse files Browse the repository at this point in the history
  • Loading branch information
oshadura committed Oct 21, 2019
1 parent 6e96c2c commit b4307a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions DataFormats/HLTReco/interface/HLTPerformanceInfo.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

#include <string>
#include <vector>
#include <cassert>

#include "FWCore/Utilities/interface/typedefs.h"
#include "DataFormats/Common/interface/HLTPathStatus.h"
Expand Down
1 change: 1 addition & 0 deletions DataFormats/HLTReco/interface/TriggerEvent.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
#include "DataFormats/Common/interface/traits.h"
#include <string>
#include <vector>
#include <cassert>

namespace trigger {

Expand Down

0 comments on commit b4307a9

Please sign in to comment.