Skip to content

Commit

Permalink
Add a missing include to RTensor.
Browse files Browse the repository at this point in the history
In gcc-15, <cstdint> needs to be included to use fixed-size integer
types.
  • Loading branch information
hageboeck committed Jan 17, 2025
1 parent 2884f67 commit cfc9221
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tmva/tmva/inc/TMVA/RTensor.hxx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

#include <vector>
#include <cstddef> // std::size_t
#include <cstdint>
#include <stdexcept> // std::runtime_error
#include <sstream> // std::stringstream
#include <memory> // std::shared_ptr
Expand Down

0 comments on commit cfc9221

Please sign in to comment.