adding patch4

This commit is contained in:
Alec Leamas 2012-08-03 15:51:28 +02:00
commit 55ea41abfd

View 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 {