From: Olivier Sallou Date: Mon, 30 Jun 2014 08:35:25 +0000 (+0000) Subject: fix include issue with recent compiler X-Git-Tag: archive/raspbian/2.16.0+ds-7+rpi1~1^2~263 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=fa187e1767e70e38adf365ecc2aa2b6775879132;p=ncbi-blast%2B.git fix include issue with recent compiler --- diff --git a/debian/changelog b/debian/changelog index 52a6832e..b69e04a6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +ncbi-blast+ (2.2.29-2) unstable; urgency=medium + + * d/patches/include_typeinfo (Closes: #753190). + + -- Olivier Sallou Sat, 07 Jun 2014 11:28:22 +0200 + ncbi-blast+ (2.2.29-1) unstable; urgency=medium * New upstream release diff --git a/debian/patches/include_typeinfo b/debian/patches/include_typeinfo new file mode 100644 index 00000000..a7164272 --- /dev/null +++ b/debian/patches/include_typeinfo @@ -0,0 +1,10 @@ +--- a/c++/src/corelib/ncbi_os_unix.cpp ++++ b/c++/src/corelib/ncbi_os_unix.cpp +@@ -29,6 +29,7 @@ + * + */ + ++#include + #include + #include + #include diff --git a/debian/patches/series b/debian/patches/series index b74b155f..0bc4d482 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -6,3 +6,4 @@ no_multiarch_rpath use_pie_for_apps skip_services_unit_test fix_configure +include_typeinfo