mirror of
https://git.freebsd.org/ports.git
synced 2025-07-03 10:29:15 -04:00
12 lines
274 B
C++
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)
|