From 31fb3cf6226c1022897f910347ffc78a91b8a17c Mon Sep 17 00:00:00 2001 From: Stephen Montgomery-Smith Date: Fri, 19 Dec 2014 14:59:10 +0000 Subject: - Fix build error with clang 3.5.0. PR: 196127 Submitted by: Dimitry Andric --- math/qhull/files/patch-src__libqhullcpp__QhullLinkedList.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 math/qhull/files/patch-src__libqhullcpp__QhullLinkedList.h (limited to 'math/qhull/files/patch-src__libqhullcpp__QhullLinkedList.h') diff --git a/math/qhull/files/patch-src__libqhullcpp__QhullLinkedList.h b/math/qhull/files/patch-src__libqhullcpp__QhullLinkedList.h new file mode 100644 index 000000000000..80e77e953f86 --- /dev/null +++ b/math/qhull/files/patch-src__libqhullcpp__QhullLinkedList.h @@ -0,0 +1,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 + + #include "QhullError.h" + -- cgit v1.2.3