12 lines
650 B
Diff
12 lines
650 B
Diff
diff -rupN --no-dereference gdal-3.10.3-fedora/ogr/ogrsf_frmts/cad/libopencad/dwg/r2000.cpp gdal-3.10.3-fedora-new/ogr/ogrsf_frmts/cad/libopencad/dwg/r2000.cpp
|
|
--- gdal-3.10.3-fedora/ogr/ogrsf_frmts/cad/libopencad/dwg/r2000.cpp 2025-04-01 13:03:21.000000000 +0200
|
|
+++ gdal-3.10.3-fedora-new/ogr/ogrsf_frmts/cad/libopencad/dwg/r2000.cpp 2025-04-07 13:39:47.674069257 +0200
|
|
@@ -23,6 +23,7 @@
|
|
#include <limits>
|
|
#include <memory>
|
|
#include <string>
|
|
+#include <cstdint>
|
|
|
|
#if ((defined(__sun__) || defined(__FreeBSD__)) && __GNUC__ == 4 && __GNUC_MINOR__ == 8) || defined(__ANDROID__)
|
|
// gcc 4.8 on Solaris 11.3 or FreeBSD 11 doesn't have std::string
|