Skip to content

Commit

Permalink
Merge pull request #23188 from mrodozov/check-headers-fix2-L1Trigger/…
Browse files Browse the repository at this point in the history
…L1TMuonEndCap

fix headers in L1Trigger/L1TMuonEndCap
  • Loading branch information
cmsbuild committed May 15, 2018
2 parents a1ba6ec + f0ac6f3 commit fd85f8f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions L1Trigger/L1TMuonEndCap/interface/bdt/LossFunctions.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
#include "Event.h"
#include <string>
#include <algorithm>
#include <cmath>

// ========================================================
// ================ Define the Interface ==================
Expand Down
3 changes: 3 additions & 0 deletions L1Trigger/L1TMuonEndCap/src/helper.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
#include <bitset>
#include <string>
#include <sstream>
#include <vector>
#include <map>
#include <memory>

namespace {

Expand Down
1 change: 1 addition & 0 deletions L1Trigger/L1TMuonEndCap/test/tools/helper.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#include <string>
#include <sstream>
#include <cmath>

namespace {

Expand Down

0 comments on commit fd85f8f

Please sign in to comment.