forked from pool/Rivet
Add Rivet-include-missing-cstdint.patch: Include cstdint header to fix build failures against GCC 15. OBS-URL: https://build.opensuse.org/request/show/1291788 OBS-URL: https://build.opensuse.org/package/show/science/Rivet?expand=0&rev=64
17 lines
469 B
Diff
17 lines
469 B
Diff
---
|
|
include/Rivet/Tools/RivetSTL.hh | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
Index: Rivet-3.1.11/include/Rivet/Tools/RivetSTL.hh
|
|
===================================================================
|
|
--- Rivet-3.1.11.orig/include/Rivet/Tools/RivetSTL.hh
|
|
+++ Rivet-3.1.11/include/Rivet/Tools/RivetSTL.hh
|
|
@@ -12,6 +12,7 @@
|
|
#include <ostream>
|
|
#include <fstream>
|
|
#include <sstream>
|
|
+#include <cstdint>
|
|
// #include <tuple>
|
|
// #include <utility>
|
|
// #include <algorithm>
|