File: gcc-15.patch

package info (click to toggle)
augustus 3.5.0%2Bdfsg-5
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 777,052 kB
  • sloc: cpp: 80,066; perl: 21,491; python: 4,368; ansic: 1,244; makefile: 1,141; sh: 171; javascript: 32
file content (14 lines) | stat: -rw-r--r-- 468 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Description: enable building with GCC 15
Author: Sascha Steinbiss <sascha@steinbiss.name>
Forwarded: https://github.com/Gaius-Augustus/Augustus/pull/431 
Last-Update: 2025-03-24
--- a/auxprogs/filterBam/src/headers/bamaccess.hh
+++ b/auxprogs/filterBam/src/headers/bamaccess.hh
@@ -7,6 +7,7 @@
 #include <iostream>
 #include <vector>
 #include <memory>
+#include <cstdint>
 
 class BamAlignmentRecord;
 typedef std::shared_ptr<BamAlignmentRecord> BamAlignmentRecord_;