File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 21
21
22
22
#include " thresholder.h"
23
23
24
+ #include < cstdint> // for uint32_t
24
25
#include < cstring>
25
26
26
27
#include " otsuthr.h"
Original file line number Diff line number Diff line change 1
1
/* *********************************************************************
2
2
* File: rect.cpp (Formerly box.c)
3
3
* Description: Bounding box class definition.
4
- * Author: Phil Cheatle
5
- * Created: Wed Oct 16 15:18:45 BST 1991
4
+ * Author: Phil Cheatle
6
5
*
7
6
* (C) Copyright 1991, Hewlett-Packard Ltd.
8
7
** Licensed under the Apache License, Version 2.0 (the "License");
17
16
*
18
17
**********************************************************************/
19
18
20
- #include " rect.h"
19
+ #include " rect.h"
20
+ #include " strngs.h" // for STRING
21
21
22
22
// Include automatically generated configuration file if running autoconf.
23
23
#ifdef HAVE_CONFIG_H
You can’t perform that action at this time.
0 commit comments