mirror of
https://github.com/BertoldVdb/ZoneDetect.git
synced 2026-04-12 11:45:52 +00:00
Add <cstdint> include to allow build with GCC 13
This commit is contained in:
parent
88e927d230
commit
ec817d8ec8
1 changed files with 1 additions and 0 deletions
|
|
@ -25,6 +25,7 @@
|
|||
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#include <cstdint>
|
||||
#include <shapefil.h>
|
||||
#include <iostream>
|
||||
#include <limits>
|
||||
|
|
|
|||
Loading…
Reference in a new issue