File: gcc-12.patch

package info (click to toggle)
parsinsert 1.04-16
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 105,632 kB
  • sloc: cpp: 8,678; makefile: 111; sh: 15
file content (15 lines) | stat: -rw-r--r-- 360 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Author; Andreas Tille <tille@debian.org>
Last-Update: 2022-08-03
Bug-Debian: https://bugs.debian.org/1016250
Description: Fix error: ‘time’ was not declared in this scope

--- a/ParsInsert.cpp
+++ b/ParsInsert.cpp
@@ -43,6 +43,7 @@
 #include <sys/types.h>
 #include <sys/stat.h>
 #include <math.h>
+#include <ctime>
 
 #ifdef _DEBUG
 #define new DEBUG_NEW