Skip to content

Commit

Permalink
Merge pull request #21528 from Teemperor/IncludesJetalgohelperh
Browse files Browse the repository at this point in the history
Added missing includes to JetAlgoHelper.h
  • Loading branch information
davidlange6 committed Dec 1, 2017
2 parents b7bf80e + 3ae6211 commit bdd16fd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion RecoJets/JetAlgorithms/interface/JetAlgoHelper.h
Expand Up @@ -4,9 +4,11 @@
// Various simple tools
// F.Ratnikov, UMd

#include<limits>
#include <algorithm>
#include <limits>
#include <iostream>
#include <cmath>
#include <vector>

#include "CommonTools/Utils/interface/PtComparator.h"
#include "CommonTools/Utils/interface/EtComparator.h"
Expand Down

0 comments on commit bdd16fd

Please sign in to comment.