adding patch4
This commit is contained in:
parent
f41c4c0eee
commit
55ea41abfd
1 changed files with 19 additions and 0 deletions
19
asl-uninitialized-move.patch
Normal file
19
asl-uninitialized-move.patch
Normal file
|
|
@ -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 <adobe/config.hpp>
|
||||
-
|
||||
#if defined(BOOST_HAS_THREADS)
|
||||
#include <boost/thread.hpp>
|
||||
#endif
|
||||
|
||||
+#include <adobe/config.hpp>
|
||||
+
|
||||
/*************************************************************************************************/
|
||||
|
||||
namespace adobe {
|
||||
Reference in a new issue