Skip to content

Commit

Permalink
Needs cassert header for ROOT5 build.
Browse files Browse the repository at this point in the history
  • Loading branch information
klendathu2k committed Oct 31, 2023
1 parent 66d9add commit 6638b49
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions StRoot/StarGenerator/BASE/AgStarReader.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ ClassImp(AgStarReader);
#include <map>
using namespace std;

#include <cassert>

#include "StarGenerator/UTIL/StarParticleData.h"
#include "StarGenerator/BASE/StarParticleStack.h"

Expand Down

0 comments on commit 6638b49

Please sign in to comment.