Skip to content

Commit e3046bd

Browse files
committed
Use correct include for std::uint32_t
1 parent efcf2f9 commit e3046bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/pbat/geometry/Morton.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
#include <array>
77
#include <cmath>
8-
#include <cstddef>
8+
#include <cstdint>
99

1010
namespace pbat {
1111
namespace geometry {

0 commit comments

Comments
 (0)