Skip to content

Commit

Permalink
bxdecay0/particle.h: include <cstdint> for uint32_t on GCC 13.
Browse files Browse the repository at this point in the history
  • Loading branch information
heroxbd committed Aug 14, 2023
1 parent 08513c7 commit e8f818e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bxdecay0/particle.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
// Standard library:
#include <iostream>
#include <string>
#include <cstdint>

// This project:
#include <bxdecay0/particle_utils.h>
Expand Down

0 comments on commit e8f818e

Please sign in to comment.