Skip to content

Commit

Permalink
Merge pull request #136 from wavefunction91/evaleev/patch/missing-cst…
Browse files Browse the repository at this point in the history
…dint-include-in-shell-pair

add missing `#include <cstdint>` to `shell_pair.hpp`
  • Loading branch information
wavefunction91 authored Jul 19, 2024
2 parents 2c94d73 + a70109f commit 1a47c11
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/gauxc/shell_pair.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
#include <gauxc/basisset.hpp>
#include <gauxc/exceptions.hpp>

#include <cstdint>

namespace GauXC {
namespace detail {
struct cartesian_point {
Expand Down

0 comments on commit 1a47c11

Please sign in to comment.