]> git.lyx.org Git - lyx.git/blobdiff - 3rdparty/boost/boost/function.hpp
Update to boost 1.72
[lyx.git] / 3rdparty / boost / boost / function.hpp
index 68a25ab06961e71bcad712f3ee322e8463ad40b0..ef907e0ff15e6ccca8fb4bb4abf46d1c865de8cf 100644 (file)
@@ -23,7 +23,7 @@
 #include <functional> // unary_function, binary_function
 
 #include <boost/preprocessor/iterate.hpp>
-#include <boost/detail/workaround.hpp>
+#include <boost/config/workaround.hpp>
 
 // Include the prologue here so that the use of file-level iteration
 // in anything that may be included by function_template.hpp doesn't break