View | Details | Raw Unified | Return to bug 260808 | Differences between
and this patch

Collapse All | Expand All

(-)b/graphics/opencollada/files/patch-common_libBuffer_include_CommonFWriteBufferFlusher.h (-1 / +11 lines)
Added Link Here
0
- 
1
--- common/libBuffer/include/CommonFWriteBufferFlusher.h.orig	2018-11-26 22:43:10 UTC
2
+++ common/libBuffer/include/CommonFWriteBufferFlusher.h
3
@@ -19,6 +19,8 @@
4
 #else
5
 #	include <unordered_map>
6
 #endif
7
+#elif (defined(__clang_major__) && __clang_major__ >= 13)
8
+#	include <unordered_map>
9
 #else
10
 #	include <tr1/unordered_map>
11
 #endif

Return to bug 260808