mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
graphics/opencollada: Fix build with libc++ 3.8.0
PR: 208905 Submitted by: dim Approved by: mva (maintainer timeout)
This commit is contained in:
parent
0b54324af1
commit
1857e2d40f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=414660
@ -0,0 +1,11 @@
|
|||||||
|
--- GeneratedSaxParser/src/GeneratedSaxParserUtils.cpp.orig 2015-05-19 09:55:27 UTC
|
||||||
|
+++ GeneratedSaxParser/src/GeneratedSaxParserUtils.cpp
|
||||||
|
@@ -9,7 +9,7 @@
|
||||||
|
*/
|
||||||
|
|
||||||
|
#include "GeneratedSaxParserUtils.h"
|
||||||
|
-#include <math.h>
|
||||||
|
+#include <cmath>
|
||||||
|
#include <memory>
|
||||||
|
#include <string.h>
|
||||||
|
#include <limits>
|
Loading…
Reference in New Issue
Block a user