Skip to content

Commit

Permalink
Add some missing cstdint when used directly
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Wittgen committed Aug 26, 2024
1 parent 3424953 commit 707ab47
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/lsst/sphgeom/Chunker.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@

#include <stdint.h>
#include <vector>
#include <cstdint>

#include "Angle.h"
#include "Box.h"
Expand Down

0 comments on commit 707ab47

Please sign in to comment.