summaryrefslogtreecommitdiff
path: root/math/qhull/files/patch-src__libqhullcpp__QhullLinkedList.h
blob: 80e77e953f86a7515efdbcd8f4fc6f0c7ad77487 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- src/libqhullcpp/QhullLinkedList.h.orig	2012-01-26 04:32:05.000000000 +0100
+++ src/libqhullcpp/QhullLinkedList.h	2014-12-19 15:19:26.000000000 +0100
@@ -9,7 +9,7 @@
 #ifndef QHULLLINKEDLIST_H
 #define QHULLLINKEDLIST_H
 
-namespace std { struct bidirectional_iterator_tag; struct random_access_iterator_tag; }
+#include <iterator>
 
 #include "QhullError.h"