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

(-)graphics/opencollada/files/patch-GeneratedSaxParser_src_GeneratedSaxParserUtils.cpp (+11 lines)
Line 0 Link Here
1
--- GeneratedSaxParser/src/GeneratedSaxParserUtils.cpp.orig	2015-05-19 09:55:27 UTC
2
+++ GeneratedSaxParser/src/GeneratedSaxParserUtils.cpp
3
@@ -9,7 +9,7 @@
4
 */
5
 
6
 #include "GeneratedSaxParserUtils.h"
7
-#include <math.h>
8
+#include <cmath>
9
 #include <memory>
10
 #include <string.h>
11
 #include <limits>

Return to bug 208905