File: gcc13.patch

package info (click to toggle)
libcm256cc 1.1.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 460 kB
  • sloc: cpp: 3,614; makefile: 4
file content (14 lines) | stat: -rw-r--r-- 337 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Description: Address FTBFS with GCC-13
Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1037724
Author: tony mancill <tmancill@debian.org>

--- a/unit_test/data.h
+++ b/unit_test/data.h
@@ -29,6 +29,7 @@
 #ifndef UNIT_TEST_DATA_H_
 #define UNIT_TEST_DATA_H_
 
+#include <cstdint>
 #include <string.h>
 #include <stdint.h>