Skip to content

Added missing includes to HepMC/HeavyIon.h

We use std::stream, std::ostream and std::swap in this header, so we also need to include the relevant includes. Otherwise we get compilation errors when including this header first.

Merge request reports