|
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 |
|