Imported Upstream version 1.72.0
[platform/upstream/boost.git] / boost / gil / extension / dynamic_image / apply_operation.hpp
index 528bb7f..41d4a18 100644 (file)
@@ -8,6 +8,8 @@
 #ifndef BOOST_GIL_EXTENSION_DYNAMIC_IMAGE_APPLY_OPERATION_HPP
 #define BOOST_GIL_EXTENSION_DYNAMIC_IMAGE_APPLY_OPERATION_HPP
 
+#include <boost/gil/detail/mp11.hpp>
+
 #include <boost/variant/apply_visitor.hpp>
 
 #ifdef BOOST_GIL_DOXYGEN_ONLY
@@ -60,8 +62,7 @@ auto apply_operation(
     -> typename BinaryOp::result_type
 #endif
 {
-    return apply_visitor(
-        op, arg1, arg2);
+    return apply_visitor(op, arg1, arg2);
 }
 
 }}  // namespace boost::gil