MINGW-packages/mingw-w64-vector_blf/002-fix-build-with-gcc-14.patch
مهدي شينون (Mehdi Chinoune) 1435ae1d90 [new-package] vector_blf 2.4.2
2025-02-13 17:56:20 +01:00

22 lines
414 B
Diff

--- a/src/Vector/BLF/FileStatistics.h
+++ b/src/Vector/BLF/FileStatistics.h
@@ -7,6 +7,7 @@
#include <Vector/BLF/platform.h>
#include <array>
+#include <cstdint>
#include <Vector/BLF/AbstractFile.h>
--- a/src/Vector/BLF/ObjectHeaderBase.h
+++ b/src/Vector/BLF/ObjectHeaderBase.h
@@ -10,6 +10,8 @@
#include <Vector/BLF/vector_blf_export.h>
+#include <cstdint>
+
namespace Vector {
namespace BLF {