Skip to content

Commit fa1124e

Browse files
authored
Add include as GCC 15 is more strict (#1113)
1 parent 19ca10d commit fa1124e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/draco/compression/attributes/point_d_vector.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
#define DRACO_COMPRESSION_ATTRIBUTES_POINT_D_VECTOR_H_
1818

1919
#include <cstddef>
20+
#include <cstdint>
2021
#include <cstring>
2122
#include <iterator>
2223
#include <memory>

0 commit comments

Comments
 (0)