ports/multimedia/opentimelineio/files/patch-src_deps_any_any.hpp
2022-01-31 15:02:10 -08:00

12 lines
274 B
C++

- workaround for https://github.com/thelink2012/any/issues/16
--- src/deps/any/any.hpp.orig 2022-01-31 22:48:38 UTC
+++ src/deps/any/any.hpp
@@ -19,6 +19,7 @@
#include <typeinfo>
#include <type_traits>
#include <stdexcept>
+#include <utility>
#if defined(PARTICLE)