From 55ea41abfd8891706bca1a94194c40a5e9c11f9d Mon Sep 17 00:00:00 2001 From: Alec Leamas Date: Aug 03 2012 13:51:28 +0000 Subject: adding patch4 --- 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 {