Skip to content

Commit 609edd4

Browse files
committed
Add missing include statement
Signed-off-by: Stefan Weil <[email protected]>
1 parent cfa787d commit 609edd4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ccmain/thresholder.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121

2222
#include "thresholder.h"
2323

24+
#include <cstdint> // for uint32_t
2425
#include <cstring>
2526

2627
#include "otsuthr.h"

0 commit comments

Comments
 (0)