Skip to content

Commit

Permalink
Fix compilation issue exposed by header reordering
Browse files Browse the repository at this point in the history
  • Loading branch information
tomlatham committed Apr 23, 2020
1 parent 4492c95 commit a01cb12
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion EvtGenModels/EvtbTosllAmpNew.hh
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,10 @@

#ifndef EVTBTOSLLAMPNEW_HH
#define EVTBTOSLLAMPNEW_HH

#include "EvtGenBase/EvtId.hh"

class EvtAmp;
class EvtId;
class EvtbTosllFFNew;
class EvtParticle;
class EvtbTosllWilsCoeffNLO;
Expand Down
4 changes: 3 additions & 1 deletion EvtGenModels/EvtbTosllAmpNewExt.hh
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,10 @@

#ifndef EVTBTOSLLAMPNEWEXT_HH
#define EVTBTOSLLAMPNEWEXT_HH

#include "EvtGenBase/EvtId.hh"

class EvtAmp;
class EvtId;
class EvtbTosllFFNew;
class EvtParticle;
class EvtbTosllWilsCoeffNLO;
Expand Down

0 comments on commit a01cb12

Please sign in to comment.