diff --git a/asl-uninitialized-move.patch b/asl-uninitialized-move.patch new file mode 100644 index 0000000..3825e9e --- /dev/null +++ b/asl-uninitialized-move.patch @@ -0,0 +1,19 @@ +diff --git a/adobe/once.hpp b/adobe/once.hpp +index 5f005a4..e349b92 100644 +--- a/adobe/once.hpp ++++ b/adobe/once.hpp +@@ -11,12 +11,12 @@ + + /*************************************************************************************************/ + +-#include +- + #if defined(BOOST_HAS_THREADS) + #include + #endif + ++#include ++ + /*************************************************************************************************/ + + namespace adobe {