Skip to content

Commit

Permalink
Fix includes in SimplifyRatio.h
Browse files Browse the repository at this point in the history
We use ::boost::mpl::if_ in this file, so we also need to include
boost/mpl/if.hpp to get the definition.

We also used Parametric in this file, so we further need to include
ParametricTrait.h to get the definition of this file to make sure
this header compiles on its own.
  • Loading branch information
Teemperor committed Jun 19, 2017
1 parent 3845567 commit cb50cbc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions PhysicsTools/Utilities/interface/SimplifyRatio.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,12 @@
#include "PhysicsTools/Utilities/interface/Minus.h"
#include "PhysicsTools/Utilities/interface/Fraction.h"
#include "PhysicsTools/Utilities/interface/DecomposePower.h"
#include "PhysicsTools/Utilities/interface/ParametricTrait.h"

#include "PhysicsTools/Utilities/interface/Simplify_begin.h"

#include <boost/mpl/if.hpp>

namespace funct {

// 0 / a = 0
Expand Down

0 comments on commit cb50cbc

Please sign in to comment.