File: cstdint.patch

package info (click to toggle)
gfan 0.7-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 12,680 kB
  • sloc: cpp: 63,081; makefile: 632
file content (14 lines) | stat: -rw-r--r-- 304 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Description: Include <cstdint> for std::int64_t
Author: Doug Torrance <dtorrance@debian.org>
Last-Update: 2024-07-28

--- a/src/gfanlib_z.h
+++ b/src/gfanlib_z.h
@@ -11,6 +11,7 @@
 #include <string.h>
 #include <ostream>
 #include <iostream>
+#include <cstdint>
 #define OLD 1
 #if OLD
 #include "gmp.h"