Codebase list kmc / 5a8c5c3
Refresh patch newish_gcc_build_fix.patch Étienne Mollier 3 years ago
2 changed file(s) with 5 addition(s) and 11 deletion(s). Raw diff Collapse all Expand all
66 * Fold patches to makefile into makefile.patch.
77 * Refresh 0005-Add-static-library-target-to-makefile.patch.
88 * Deleted spelling patch as most changes are applied upstream.
9 * Refresh patch newish_gcc_build_fix.patch
910
1011 -- Étienne Mollier <etienne.mollier@mailoo.org> Thu, 10 Dec 2020 19:04:20 +0100
1112
00 Description: add required header for std::modf
11 Author: Sascha Steinbiss <sascha@steinbiss.name>
2 --- a/kmc_dump/nc_utils.h
3 +++ b/kmc_dump/nc_utils.h
2 --- kmc.orig/kmc_dump/nc_utils.h
3 +++ kmc/kmc_dump/nc_utils.h
44 @@ -11,6 +11,7 @@
5 Date : 2015-08-21
5 Date : 2019-05-19
66 */
77
88 +#include <cmath>
99 #include <string>
10 #include <cmath>
1011 #include "../kmc_api/kmer_defs.h"
11
12 @@ -135,4 +136,4 @@
13 }
14 };
15
16 -#endif
17 \ No newline at end of file
18 +#endif