ports/devel/collada-dom/files/patch-dom_include_dae.h
Dima Panov 452c407f87
devel/collada-dom: unbreak build with boost-1.85
With hat:	office
Sponsored by:	Future Crew, LLC
2024-10-03 13:24:53 +03:00

11 lines
279 B
C

--- dom/include/dae.h.orig 2017-10-21 05:05:24 UTC
+++ dom/include/dae.h
@@ -25,7 +25,7 @@
#pragma warning(disable: 4180 4245)
#endif
#ifndef NO_BOOST
-#include <boost/filesystem/convenience.hpp>
+#include <boost/filesystem.hpp>
#endif
#ifdef _MSC_VER
#pragma warning(pop)