File: gcc-13.patch

package info (click to toggle)
pbseqlib 5.3.5%2Bdfsg-11
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 7,152 kB
  • sloc: cpp: 77,259; python: 331; sh: 103; makefile: 41
file content (14 lines) | stat: -rw-r--r-- 416 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Description: Include cstdint to fix ftbfs with gcc-13
Author: Nilesh Patra <nilesh@riseup.net>
Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1037815
Last-Update: 2023-06-20
--- a/pbdata/utils.hpp
+++ b/pbdata/utils.hpp
@@ -5,6 +5,7 @@
 #include <fstream>
 #include <iostream>
 #include <string>
+#include <cstdint>
 
 template <typename t_file>
 void CrucialOpen(std::string& fileName, t_file& file,