Skip to content

Commit 7a8ec7c

Browse files
postprocessing: segmentation: add missing header
When compiling with gcc15, compiliation fails due to undeclared uint8_t type, it requires <cstdint> header to be present. This change adds this missing header. Signed-off-by: Gyorgy Sarvari <[email protected]>
1 parent 12ef999 commit 7a8ec7c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

post_processing_stages/segmentation.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77

88
#pragma once
99

10+
#include <cstdint>
1011
#include <string>
1112
#include <vector>
1213

0 commit comments

Comments
 (0)