This repository has been archived on 2026-01-16. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
adobe-source-libraries/asl-uninitialized-move.patch
2012-08-03 15:51:28 +02:00

19 lines
501 B
Diff

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 {