File: gcc-4.4.patch

package info (click to toggle)
madlib 1.3.0-5
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 8,196 kB
  • sloc: cpp: 39,851; sh: 10,041; makefile: 473
file content (14 lines) | stat: -rw-r--r-- 275 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
From: Martin Michlmayr
Subject: FTBFS with GCC 4.4: missing #include
Bug-Debian: https://bugs.debian.org/553702

--- a/Mesh/MshTags.h
+++ b/Mesh/MshTags.h
@@ -14,6 +14,7 @@
 #ifndef MSHTAGS__H
 #define MSHTAGS__H
 
+#include <cstdio>
 #include <string>
 #include <sstream>