View | Details | Raw Unified | Return to bug 196127
Collapse All | Expand All

(-)math/qhull/files/patch-src__libqhullcpp__QhullIterator.h (+12 lines)
Line 0 Link Here
1
--- src/libqhullcpp/QhullIterator.h.orig	2012-01-26 04:32:05.000000000 +0100
2
+++ src/libqhullcpp/QhullIterator.h	2014-12-19 15:19:26.000000000 +0100
3
@@ -16,8 +16,7 @@
4
 #include <assert.h>
5
 #include <string>
6
 #include <vector>
7
-//! Avoid dependence on <iterator>
8
-namespace std { struct bidirectional_iterator_tag; struct random_access_iterator_tag; }
9
+#include <iterator>
10
 
11
 namespace orgQhull {
12
 
(-)math/qhull/files/patch-src__libqhullcpp__QhullLinkedList.h (+11 lines)
Line 0 Link Here
1
--- src/libqhullcpp/QhullLinkedList.h.orig	2012-01-26 04:32:05.000000000 +0100
2
+++ src/libqhullcpp/QhullLinkedList.h	2014-12-19 15:19:26.000000000 +0100
3
@@ -9,7 +9,7 @@
4
 #ifndef QHULLLINKEDLIST_H
5
 #define QHULLLINKEDLIST_H
6
 
7
-namespace std { struct bidirectional_iterator_tag; struct random_access_iterator_tag; }
8
+#include <iterator>
9
 
10
 #include "QhullError.h"
11
 

Return to bug 196127