File: gcc_5.patch

package info (click to toggle)
fastml 3.11-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,776 kB
  • sloc: cpp: 48,522; perl: 3,588; ansic: 819; makefile: 386; python: 83; sh: 55
file content (15 lines) | stat: -rw-r--r-- 446 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Author: Andreas Tille <tille@debian.org>
Last-Update: Mon, 22 Jun 2015 09:47:25 +0200
Forwarded-Upstream: Haim Ashkenazy <haim.ashkenazy@gmail.com>
Description: Add missing includes required by gcc-5

--- a/libs/phylogeny/tests/readTreeWithComments.cpp
+++ b/libs/phylogeny/tests/readTreeWithComments.cpp
@@ -3,6 +3,7 @@
 
 #include <fstream>
 #include <iostream>
+#include <stdlib.h>
 #include <string>
 #include <iomanip>
 using namespace std;