Skip to content

Commit

Permalink
add missing <algorithm> include (#1110)
Browse files Browse the repository at this point in the history
  • Loading branch information
hartsw committed Feb 14, 2024
1 parent fb03216 commit 529f748
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/celeritas/phys/PrimaryGeneratorOptions.hh
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@

#include <functional>
#include <random>
#include <algorithm>

#include "corecel/io/StringEnumMapper.hh"
#include "geocel/Types.hh"
Expand Down

0 comments on commit 529f748

Please sign in to comment.