summaryrefslogtreecommitdiff
path: root/sci-biology/cufflinks/files/cufflinks-2.2.1-boost-1.65-tr1-removal.patch
blob: 42a906e7a83ad885089c4884f44191c26c26e3fe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Boost 1.65 removed the TR1 headers.
Bug: https://bugs.gentoo.org/show_bug.cgi?id=630654

--- a/src/biascorrection.h
+++ b/src/biascorrection.h
@@ -15,7 +15,7 @@
 #include <vector>
 #include <list>
 #include <string>
-#include <boost/tr1/unordered_map.hpp>
+#include <boost/unordered_map.hpp>
 #include <boost/thread.hpp>
 #include "common.h"